aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* added crl supportAndreas Steffen2006-06-162-0/+604
|
* cosmeticsAndreas Steffen2006-06-161-7/+21
|
* fixed aes code, we support now aes128, aes192, aes256 in IKEMartin Willi2006-06-151-10/+2
|
* corrected some descriptionsAndreas Steffen2006-06-131-5/+5
|
* moved RSA key size constraints to definitions.hAndreas Steffen2006-06-131-6/+0
|
* workaround for peers rekeying at the same timeMartin Willi2006-06-122-2/+2
| | | | | loading lifetime policies from ipsec.conf
* added public methods is_ca() and is_valid()Andreas Steffen2006-06-092-62/+97
|
* computation of SHA-1 hash over publicKeyInfo objectAndreas Steffen2006-05-303-104/+128
|
* added has_key parameter to log_certificates()Andreas Steffen2006-05-301-2/+4
|
* log_certificates() now shows keyid and availability of matching private keyAndreas Steffen2006-05-301-7/+11
|
* reworked parsing and matching of subjectAltNamesAndreas Steffen2006-05-292-87/+259
|
* corrected typeAndreas Steffen2006-05-291-1/+1
|
* moved definition of generalNames_t to identification.h; initialized ↵Andreas Steffen2006-05-231-17/+4
| | | | subjectKeyID, authKeyID and authKeySerialNumber
* - applied patch from andreas, which allows certificate listing via strokeMartin Willi2006-05-194-57/+167
|
* - added ipsec.conf template and man page backMartin Willi2006-05-186-156/+0
| | | | | | - removed old Makefiles - added new strongswan KDevelop project & startup hack
* (no commit message)Martin Willi2006-05-104-17/+7
|
* (no commit message)Martin Willi2006-05-1036-0/+7809