aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* 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 s...Andreas Steffen2007-03-123-59/+92
* 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() me...Andreas Steffen2007-03-072-7/+42
* 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
* nonce in ocsp_t was not properly initializedAndreas Steffen2007-03-071-0/+1
* ocsp request is now fully built but without requestor signatureAndreas Steffen2007-03-071-12/+85
* starting to build ocsp requestAndreas Steffen2007-03-063-54/+299
* iterate certinfos linked list for matching serialNumberAndreas Steffen2007-03-053-2/+45
* refactored ca_info_tAndreas Steffen2007-03-032-26/+259
* addedAndreas Steffen2007-02-282-0/+301
* fixed big endian bug in md5 hasherMartin Willi2007-02-281-1/+1
* added once flag to certinfo_tAndreas Steffen2007-02-271-0/+5
* added certinfos linked listAndreas Steffen2007-02-271-24/+33
* added support of OCSP accessLocationsAndreas Steffen2007-02-252-10/+31
* correct interface definitionAndreas Steffen2007-02-251-1/+1
* full support of ca info recordsAndreas Steffen2007-02-242-29/+216
* added the create_crluri_iterator methodAndreas Steffen2007-02-242-0/+17
* listing ca_info itemsAndreas Steffen2007-02-241-39/+28
* replace printf.h by stdio.hAndreas Steffen2007-02-241-1/+1
* addin get_keyid() methodAndreas Steffen2007-02-242-1/+18
* support of ca info recordsAndreas Steffen2007-02-232-0/+269
* merged EAP framework from branch into trunkMartin Willi2007-02-1212-57/+493
* removed my time_t printf handler patch, applied the one of andreas (64bit save)Martin Willi2007-02-082-19/+19
* fixed printf() hooks for timeMartin Willi2007-02-082-13/+13
* fixed 64 bit issue with print timeAndreas Steffen2007-01-202-13/+13
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-3121-104/+28
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-3019-95/+75
* cosmeticsAndreas Steffen2006-10-281-13/+13
* redesigned format of print functionAndreas Steffen2006-10-252-46/+55
* replaced 'times' by 'dates'Andreas Steffen2006-10-252-2/+2
* added private flag to asn1_initAndreas Steffen2006-10-252-2/+2
* removed deprecated iterator methods (has_next & current)Martin Willi2006-10-242-13/+11
* linked list cleanupsMartin Willi2006-10-242-31/+8
* introduced new logging subsystem using bus:Martin Willi2006-10-1816-357/+359
* (no commit message)Martin Willi2006-09-272-7/+7
* defined maximum hash sizeAndreas Steffen2006-09-251-0/+1