aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto
Commit message (Collapse)AuthorAgeFilesLines
...
* included a certificate label in the is_trusted() methodAndreas Steffen2007-05-251-1/+1
|
* added parsing of charging and group attributesAndreas Steffen2007-05-251-14/+63
|
* defined ietfAttr_t type and its destroy functionAndreas Steffen2007-05-231-2/+26
|
* add is_ca() methodAndreas Steffen2007-05-182-2/+21
|
* added set_ca_info() and get_ca_info() methodsAndreas Steffen2007-05-182-2/+47
|
* export MAX_CA_PATH_LENAndreas Steffen2007-05-171-1/+2
|
* check self-signedness of certificate at creation timeAndreas Steffen2007-05-171-2/+26
|
* list crlnumberAndreas Steffen2007-04-271-0/+18
|
* initialize isCA to FALSEAndreas Steffen2007-04-201-0/+1
|
* isOcspSigner was not initializedAndreas Steffen2007-04-201-0/+1
|
* implementation of strictcrlpolicy=ifuriAndreas Steffen2007-04-202-3/+30
|
* fixed destroy() bugAndreas Steffen2007-04-143-28/+46
|
* exported parse_generalNames()Andreas Steffen2007-04-141-0/+13
|
* added trailing newline to list()Andreas Steffen2007-04-121-6/+6
|
* started to parse attribute certificatesAndreas Steffen2007-04-121-0/+209
|
* cosmeticsAndreas Steffen2007-04-121-1/+0
|
* replace cert by this in parse_certificate()Andreas Steffen2007-04-121-68/+37
|
* parse_authorityKeyIdentifier() is made available externallyAndreas Steffen2007-04-121-2/+14
|
* external functions are defined in asn1.h and x509.h nowAndreas Steffen2007-04-121-4/+0
|
* started support of X.509 attribute certificatesAndreas Steffen2007-04-123-0/+447
|
* fixed output of list_certinfos()Andreas Steffen2007-04-121-1/+1
|
* corrected copyright statementAndreas Steffen2007-04-122-6/+12
|
* removed %Q, %Y, %W, %U printf handlersMartin Willi2007-04-127-217/+132
|
* cosmetics in debug outputAndreas Steffen2007-04-061-2/+2
|
* support of ldap-based crl fetchingAndreas Steffen2007-04-061-4/+4
|
* support cachecrls=yesAndreas Steffen2007-04-054-18/+99
|
* support of crlcheckinterval=0 to disable IKEv2 CRL fetchingAndreas Steffen2007-04-042-32/+62
|
* fixed crl fetching bugAndreas Steffen2007-04-031-3/+6
|
* implemented dynamic http-based CRL fetchingAndreas Steffen2007-04-034-38/+84
|
* implemented ipsec purgeocspAndreas Steffen2007-03-282-0/+22
|
* replaced expired since %V by expired %V agoAndreas Steffen2007-03-283-3/+3
|
* implemented ipsec listocsp functionAndreas Steffen2007-03-274-17/+194
|
* fixed case of missing subjectKeyIDAndreas Steffen2007-03-142-6/+15
|
* corrected typoAndreas Steffen2007-03-141-2/+2
|
* log reception of trusted signer certificateAndreas Steffen2007-03-141-1/+1
|
* fixed carry bug in FIPS prfMartin Willi2007-03-141-4/+4
|
* fixed compilation warnings and errors when not using curlMartin Willi2007-03-132-2/+0
|
* results from the single responses is stored in the corresponding certinfo_t ↵Andreas Steffen2007-03-123-59/+92
| | | | structs
* fixed a memory leak in response_tAndreas Steffen2007-03-091-25/+22
|
* ocsp signer certificate and ocsp response signature can be verifiedAndreas Steffen2007-03-084-61/+140
|
* 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-082-2/+58
|
* added ocsp_parse_single_responseAndreas Steffen2007-03-081-1/+79
|
* experimental SHA2 HMAC and PRF implementationsMartin Willi2007-03-085-4/+40
|
* parsing basic ocsp responseAndreas Steffen2007-03-081-26/+269
|
* 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() ↵Andreas Steffen2007-03-072-7/+42
| | | | method
* http post fetching using libcurl implementedAndreas Steffen2007-03-071-2/+24
|
* corrected commentAndreas Steffen2007-03-071-1/+1
|
* start ocsp checking only if there are any ocspuris presentAndreas Steffen2007-03-071-1/+9
|