aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | includes a lot of other modifications
* 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
| | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-3019-95/+75
| | | | | | | splitted authenticator to have a separate implementation for each auth_method_t using va_copy to clone va_lists, should fix proplems on AMD64 some other cleanups
* 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
| | | | added iterator hook to manipulate iterator the clean way
* linked list cleanupsMartin Willi2006-10-242-31/+8
| | | | | added list methods invoke(), destroy_offset(), destroy_function() simplified list destruction when destroying its items
* introduced new logging subsystem using bus:Martin Willi2006-10-1816-357/+359
| | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more...
* (no commit message)Martin Willi2006-09-272-7/+7
|
* defined maximum hash sizeAndreas Steffen2006-09-251-0/+1
|
* fixed some compiler warnings4.0.4Martin Willi2006-09-211-8/+8
|
* public declaration of all HASH_SIZEs in hasher.hMartin Willi2006-09-204-14/+13
|
* support of encrypted private key filesAndreas Steffen2006-09-205-6/+6
|
* added copyright notice to sha2_hasherMartin Willi2006-09-191-3/+3
| | | | included SHA2 in build process
* implemented sha2_hasher which supports SHA-256, SHA-384 and SHA-512Martin Willi2006-09-197-50/+741
|
* added support for 3DES encryption algorithm in IKEMartin Willi2006-09-194-8/+1610
|
* some cleanups here and thereMartin Willi2006-09-183-12/+8
|
* verify_emsa_pkcs1_signature returns status_tAndreas Steffen2006-09-181-1/+1
|
* cosmeticsAndreas Steffen2006-09-181-2/+1
|
* fixed certificate verification bug!Martin Willi2006-09-142-5/+19
|
* reuse an existing IKE_SA to set up additional CHILD_SAsMartin Willi2006-07-202-20/+20
|
* leak detective blanks memory on free & alloc, allows further membug detectionMartin Willi2006-07-121-1/+1
|
* reenabled check_expiryMartin Willi2006-07-071-6/+6
|
* updated copyright informationMartin Willi2006-07-0728-28/+56
|
* fixed compiler warningsMartin Willi2006-07-055-23/+25
|
* support of cert payloadsAndreas Steffen2006-07-034-11/+119
|
* added X.509 trust chain verificationAndreas Steffen2006-06-278-78/+599
|
* implemented rereadcrls rereadcacertsAndreas Steffen2006-06-202-3/+21
|