aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/x509.c
Commit message (Expand)AuthorAgeFilesLines
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-1562/+0
* extended asn1_algorithmIdentifier() to SHA-2Andreas Steffen2008-01-221-32/+7
* x509_t.build_encoding() now supports any hash algorithmAndreas Steffen2008-01-221-13/+32
* fully implemented x509_create()Andreas Steffen2008-01-221-3/+71
* fixed destruction of generalNames linked listAndreas Steffen2008-01-211-1/+1
* fixed parsing and building of generalNamesAndreas Steffen2008-01-211-10/+8
* added notBefore and notAfter to x509_create()Andreas Steffen2008-01-211-1/+5
* implemented RFC4478 (repeated authentication)Martin Willi2007-11-201-3/+3
* added x509_build_generalNames() and x509_build_subjectAltNames() functionsAndreas Steffen2007-10-121-27/+121
* added x509_create() synthesis functionAndreas Steffen2007-10-111-3/+29
* check hash algorithms used in signaturesAndreas Steffen2007-09-111-4/+23
* OID_UNKNOWN (-1) requires int typeAndreas Steffen2007-09-111-4/+3
* initiated support of caIssuers accessLocationAndreas Steffen2007-08-171-5/+16
* 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