aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Expand)AuthorAgeFilesLines
...
* implemented a monotonic timestamping function, unaffected from system time ch...Martin Willi2009-08-313-3/+49
* do not depend on gcrypt autoconf macrosMartin Willi2009-08-311-2/+2
* added ECGDSA specific OIDsMartin Willi2009-08-311-0/+39
* removed position debug outputAndreas Steffen2009-08-301-1/+0
* added workaround to parse PEM encoded PGP key with KEY_RSAMartin Willi2009-08-281-0/+7
* implemented PGP Secret-Key Packet parsingMartin Willi2009-08-283-7/+156
* fixed memleakMartin Willi2009-08-281-1/+1
* .., but a comment might be helpfulAndreas Steffen2009-08-281-0/+1
* removed TODO reminderAndreas Steffen2009-08-281-1/+0
* allow choice of digest algorithm in certificate generationAndreas Steffen2009-08-284-5/+55
* build_curve_signature() processes hash not dataAndreas Steffen2009-08-271-1/+1
* NID_hash and NID_ec_curve were interchangedAndreas Steffen2009-08-271-6/+6
* verify_signature() now processes hash not dataAndreas Steffen2009-08-271-3/+3
* NID_hash and NID_ec_curver were interchangedAndreas Steffen2009-08-271-6/+6
* verify that the ECDSA auth signature was done with the correct curveMartin Willi2009-08-271-21/+47
* distinguish between RFC 4754 (concatenated) and RFC 3279 (DER encoded) ECDSA ...Martin Willi2009-08-276-189/+148
* OID_EC_PUBLICKEY has a parameters field, defining the elliptic curveAndreas Steffen2009-08-271-1/+0
* added OID_EC_PUBLIC_KEY algorithmIdentifierAndreas Steffen2009-08-271-5/+6
* do not append a NULL paramter to ECDSA algorithmIdentifiersMartin Willi2009-08-271-3/+17
* do not flush cached encodings, keys are responsible for itMartin Willi2009-08-271-10/+4
* whitelist openssl ecdsa_check functionMartin Willi2009-08-271-0/+1
* support generation of EC certificatesMartin Willi2009-08-271-16/+9
* added support for SIGN_ECDSA_WITH_SHA1 signature scheme in opensslMartin Willi2009-08-271-18/+20
* create algorithmIdentifier dynamically from OID databaseMartin Willi2009-08-277-152/+15
* pkcs1 encoder supports subjectPublicKeyInfo encodingMartin Willi2009-08-271-60/+66
* fixed memleak in openssl fingerprintingMartin Willi2009-08-272-0/+2
* do openssl fingerprinting/encoding directly, openssl provides all functionsMartin Willi2009-08-277-237/+148
* key encoding gained a cache() method, allows caching of externally created en...Martin Willi2009-08-272-1/+40
* encoding public EC keys is not really possible without subjectPublicKeyInfoMartin Willi2009-08-262-28/+56
* complain about build errors in non-recursive cases onlyMartin Willi2009-08-261-2/+16
* moved chunk_increment() function to libstrongswanMartin Willi2009-08-262-0/+26
* added a BUILD_FROM_FD option, supporting credential parsing from stdinMartin Willi2009-08-264-1/+48
* started implementation of a PKI tool, currently supporting RSA|ECDSA key gene...Martin Willi2009-08-261-0/+3
* implemented openssl EC key generationMartin Willi2009-08-261-0/+42
* fixed openssl RSA private key encodingMartin Willi2009-08-261-3/+3
* updated agent plugin to new fingerprint/encoding APIMartin Willi2009-08-261-157/+53
* updated pubkey plugin to new fingerprinting APIMartin Willi2009-08-261-20/+48
* updated x509 plugin to public key/x509 API changesMartin Willi2009-08-265-154/+134
* updated x509/CRL/AC API to align with public key, authKeyIdentifier is a chunkMartin Willi2009-08-263-9/+9
* updated openssl plugin to new private/public key API, use encoder frameworkMartin Willi2009-08-268-511/+333
* updated gcrypt plugin to new private/public key API, use encoder frameworkMartin Willi2009-08-262-218/+96
* updated gmp plugin to new private/public key API, use encoder frameworkMartin Willi2009-08-262-280/+130
* changed get_id/get_encoding API of private/public key to use new encoding fra...Martin Willi2009-08-262-27/+32
* removed obsolete fingerprint identification typesMartin Willi2009-08-262-43/+23
* added generic implementation helpers for private_key_t.equals/belongs_to, pub...Martin Willi2009-08-264-3/+97
* added a seperate chache lookup, as encode() requires arguments expensive to b...Martin Willi2009-08-262-0/+34
* use credential builder API to parse trusted public keysMartin Willi2009-08-261-11/+11
* implemented PGP fingerprintingMartin Willi2009-08-264-0/+107
* implemented pkcs1 private/public key encoding and fingerprintingMartin Willi2009-08-264-0/+193
* chunk_cat/cata/create_cat/length accept the sensitive data clearing mode 's'Martin Willi2009-08-262-10/+19