aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto
Commit message (Collapse)AuthorAgeFilesLines
* 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