aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/x509.c
Commit message (Expand)AuthorAgeFilesLines
* added set_ca_info() and get_ca_info() methodsAndreas Steffen2007-05-181-0/+24
* check self-signedness of certificate at creation timeAndreas Steffen2007-05-171-2/+26
* initialize isCA to FALSEAndreas Steffen2007-04-201-0/+1
* isOcspSigner was not initializedAndreas Steffen2007-04-201-0/+1
* fixed destroy() bugAndreas Steffen2007-04-141-8/+4
* cosmeticsAndreas Steffen2007-04-121-1/+0
* replace cert by this in parse_certificate()Andreas Steffen2007-04-121-68/+37
* corrected copyright statementAndreas Steffen2007-04-121-1/+6
* removed %Q, %Y, %W, %U printf handlersMartin Willi2007-04-121-54/+30
* replaced expired since %V by expired %V agoAndreas Steffen2007-03-281-1/+1
* fixed case of missing subjectKeyIDAndreas Steffen2007-03-141-4/+14
* generalized get_ca_certificate() to get_auth_certificate(auth_flags)Andreas Steffen2007-03-081-3/+3
* support of setting and getting authority flagsAndreas Steffen2007-03-081-2/+33
* forgot to assign public.is_ocsp_signer() methodAndreas Steffen2007-03-071-0/+1
* added parsing level to x509_create_from_chunk() and added is_ocsp_signer() me...Andreas Steffen2007-03-071-6/+26
* added support of OCSP accessLocationsAndreas Steffen2007-02-251-10/+23
* added the create_crluri_iterator methodAndreas Steffen2007-02-241-0/+9
* addin get_keyid() methodAndreas Steffen2007-02-241-1/+10
* removed my time_t printf handler patch, applied the one of andreas (64bit save)Martin Willi2007-02-081-11/+11
* fixed printf() hooks for timeMartin Willi2007-02-081-8/+8
* fixed 64 bit issue with print timeAndreas Steffen2007-01-201-8/+8
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-30/+7
* redesigned format of print functionAndreas Steffen2006-10-251-36/+45
* removed deprecated iterator methods (has_next & current)Martin Willi2006-10-241-6/+5
* linked list cleanupsMartin Willi2006-10-241-13/+4
* introduced new logging subsystem using bus:Martin Willi2006-10-181-139/+145
* (no commit message)Martin Willi2006-09-271-5/+5
* support of encrypted private key filesAndreas Steffen2006-09-201-1/+1
* cosmeticsAndreas Steffen2006-09-181-2/+1
* fixed certificate verification bug!Martin Willi2006-09-141-1/+2
* reenabled check_expiryMartin Willi2006-07-071-6/+6
* fixed compiler warningsMartin Willi2006-07-051-7/+11
* support of cert payloadsAndreas Steffen2006-07-031-10/+68
* added X.509 trust chain verificationAndreas Steffen2006-06-271-8/+74
* cosmeticsAndreas Steffen2006-06-161-7/+21
* moved RSA key size constraints to definitions.hAndreas Steffen2006-06-131-6/+0
* added public methods is_ca() and is_valid()Andreas Steffen2006-06-091-52/+70
* log_certificates() now shows keyid and availability of matching private keyAndreas Steffen2006-05-301-7/+11
* reworked parsing and matching of subjectAltNamesAndreas Steffen2006-05-291-87/+250
* moved definition of generalNames_t to identification.h; initialized subjectKe...Andreas Steffen2006-05-231-17/+4
* - applied patch from andreas, which allows certificate listing via strokeMartin Willi2006-05-191-32/+96
* (no commit message)Martin Willi2006-05-101-14/+5
* (no commit message)Martin Willi2006-05-101-0/+916