Project

General

Profile

Download (26.9 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
aec3a259 09/11/2017 05:44 PM Jim Pingle

Add a field to pick a digest algo when signing a CSR, otherwise it ends up with SHA1. Fixes #7853
While here, add the cert serial number and sig digest type to the info block for each cert.

2504e3f1 07/07/2017 09:07 PM Jim Pingle

Fix CA reference so serial increases properly. Remove variable for feature that didn't work out. Ticket #7527

0c82b8c2 07/06/2017 05:30 PM Jim Pingle

Restructure how certificate types and SANs are handled in the cert manager when making a Cert/CSR/Signing, so each section can properly use the controls without duplicating. It is now possible to add SANs and EKUs to certificates when signing using the certificate manager. Fixes #7527 and also Fixes #7677...

282b6c66 07/05/2017 08:41 PM Jim Pingle

Add the ability to set certificate type and SAN attributes in a CSR. Ticket #7527
TODO: They are not carried over after signing in the GUI

2e1809dd 07/05/2017 05:30 PM Jim Pingle

Fix some additional cases for CN->SAN handling, and move some code to a function to avoid duplication for other pending uses. Ticket #7666

83d2b83a 05/11/2017 08:38 PM Jim Pingle

Allow a wider range of characters to be used in certificate fields, as laid out by RFC 4514. Fixes #7540

4906f4ee 05/02/2017 07:13 PM Jim Pingle

Show SAN, KU, and EKU info in the certificate list. Implements #7505
While here, also fix "server" cert detection to key off of the EKU For "TLS Web Server Authentication" since nsCertType has been deprecated.

bafd63b5 04/20/2017 07:24 PM Renato Botelho

Merge pull request #3699 from PiBa-NL/20170417-certificatemanager-ca-crl-inuse

6d6ba660 04/17/2017 06:40 PM Pi Ba

certificate manager, allow importing of ECC certificates, change multiple 'if' to 'switch'

3bde5cdd 04/17/2017 06:32 PM Pi Ba

certificate manager, show 'in use' also for CA and CRL where certificates are in use by packages.

1746c5ce 04/16/2017 05:32 PM Pi Ba

certificate manager, allow importing of ECC certificates

84141846 03/08/2017 03:03 PM Jim Pingle

Remove whirlpool from the list of CA/Cert digest algorithms as it does not work properly. OpenSSL claims it's not valid ("unknown signature algorithm"). Fixes #7370
While I'm here, stop needlessly repeating the algo list, it's a global in certs.inc, so use that single copy of the list.

7fd7fbcf 02/25/2017 04:38 PM Pi Ba

certificatemanager, link certificate to the proper CA after completing the CSR request

ab63443a 11/29/2016 06:48 PM Jim Pingle

Fix certificate generation for CAs without a serial set on import. Fixes #6952

e2c718c8 11/29/2016 06:32 PM Jim Pingle

Add some CA in-use test utility functions. Ticket #6947

2f7c76cf 11/17/2016 11:47 AM Doktor Notor

Put original match back

Did not mean to remove SSL substring from the check...

0db9846a 11/17/2016 11:36 AM Doktor Notor

Fix nsCertType matching for some certificates (Bug #6877)

See https://redmine.pfsense.org/issues/6877#note-4

81299b5c 09/06/2016 07:23 PM Renato Botelho

Move copyright from ESF to Netgate

b12ea3fb 07/15/2016 07:30 PM Renato Botelho

Move to Apache License 2.0

ac24dc24 07/14/2016 09:33 PM Renato Botelho

Review license / copyright on all files (1st round)

79299722 06/30/2016 05:24 AM Chris Buechler

Merge pull request #2994 from stilez/patch-31

4945841d 06/06/2016 05:52 AM Stilez y

Get modulus keysize

Useful utility function when it's necessary to verify that existing keys meets current practices

62a9863c 05/08/2016 04:19 AM Stilez y

Add missing recommended digest

29e6a815 01/15/2016 05:12 PM Renato Botelho

Do not allow certificate to be deleted if it's been used by a package. Fixes #4142

09221bc3 01/15/2016 01:44 PM Renato Botelho

Update license on files from /etc/inc

6aa3723a 12/15/2015 06:03 PM Renato Botelho

Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used

b37b4034 11/10/2015 12:14 PM Phil Davis

etc inc delete $Id comments

and bits of white space.
Note: There are plenty of files still with old-format copyright sections
in here.

dd76084d 10/16/2015 02:05 PM Matthew Smith

Add 'caref' attribute to the ca object passed into ca_inter_create so a
relationship to the signing CA can be maintained. Fixes #5313.

46bc6e54 08/25/2015 05:49 PM Renato Botelho

Move main pfSense content to src/