strongswan/src/libstrongswan/plugins/openssl
Martin Willi c3e7b3de0b openssl: parse X.509 extended key usage from extension parsing loop
Otherwise parsing gets aborted if unknown critical extensions are handled as
error.
2013-07-18 12:17:53 +02:00
..
Makefile.am openssl: Add PKCS#12 parsing via OpenSSL 2013-05-08 15:02:40 +02:00
openssl_crl.c Recognize critical IssuingDistributionPoint CRL extension 2013-07-12 09:00:47 +02:00
openssl_crl.h Implemented X.509 CRL reading using OpenSSL 2010-05-21 16:25:51 +02:00
openssl_crypter.c Add a return value to crypter_t.set_key() 2012-07-16 14:53:38 +02:00
openssl_crypter.h Migrated remaining classes in openssl plugin to INIT/METHOD macros 2010-08-10 18:46:30 +02:00
openssl_diffie_hellman.c openssl: Properly honor OPENSSL_NO_* defines 2013-01-31 17:33:23 +01:00
openssl_diffie_hellman.h Added support for MODP_CUSTOM to openssl plugin 2010-09-03 09:33:15 +02:00
openssl_ec_diffie_hellman.c Moved debug.[ch] to utils folder 2012-10-24 16:00:51 +02:00
openssl_ec_diffie_hellman.h removed trailing spaces ([[:space:]]+$) 2009-09-04 13:46:09 +02:00
openssl_ec_private_key.c openssl: Properly honor OPENSSL_NO_* defines 2013-01-31 17:33:23 +01:00
openssl_ec_private_key.h Migrated remaining classes in openssl plugin to INIT/METHOD macros 2010-08-10 18:46:30 +02:00
openssl_ec_public_key.c Check return value of ECDSA_Verify() correctly 2013-04-10 18:10:30 +02:00
openssl_ec_public_key.h Migrated remaining classes in openssl plugin to INIT/METHOD macros 2010-08-10 18:46:30 +02:00
openssl_gcm.c openssl: The EVP GCM interface requires at least OpenSSL 1.0.1 2013-03-01 16:57:45 +01:00
openssl_gcm.h openssl: Provide AES-GCM implementation 2013-02-28 18:17:42 +01:00
openssl_hasher.c Use centralized hasher names in openssl plugin 2012-07-17 17:32:00 +02:00
openssl_hasher.h Migrated remaining classes in openssl plugin to INIT/METHOD macros 2010-08-10 18:46:30 +02:00
openssl_hmac.c openssl: Properly honor OPENSSL_NO_* defines 2013-01-31 17:33:23 +01:00
openssl_hmac.h Use simple wrappers for HMAC based PRF and signer in openssl plugin 2012-06-25 16:35:06 +02:00
openssl_pkcs7.c openssl: Disable PKCS#7/CMS when building against OpenSSL < 0.9.8g 2013-02-20 18:34:54 +01:00
openssl_pkcs7.h Add a stub for OpenSSL PKCS#7 parsing 2012-12-19 10:32:08 +01:00
openssl_pkcs12.c openssl: Add PKCS#12 parsing via OpenSSL 2013-05-08 15:02:40 +02:00
openssl_pkcs12.h openssl: Add PKCS#12 parsing via OpenSSL 2013-05-08 15:02:40 +02:00
openssl_plugin.c openssl: Only warn about unavailable FIPS mode if the user requested it 2013-05-08 15:23:14 +02:00
openssl_plugin.h Removing the plugin constructor declarations from the header files. 2010-03-02 09:10:19 +01:00
openssl_rng.c openssl: RAND_pseudo_bytes() returns 0 if bytes are not cryptographically strong 2013-07-04 11:09:54 +02:00
openssl_rng.h Adding OpenSSL random number functions to openssl plugin 2012-06-25 16:35:05 +02:00
openssl_rsa_private_key.c RSA_check_key() may return -1 if it fails 2013-04-10 18:10:30 +02:00
openssl_rsa_private_key.h Migrated remaining classes in openssl plugin to INIT/METHOD macros 2010-08-10 18:46:30 +02:00
openssl_rsa_public_key.c Check RSA_public_decrypt() length before constructing and comparing a chunk 2013-04-10 18:10:30 +02:00
openssl_rsa_public_key.h Migrated remaining classes in openssl plugin to INIT/METHOD macros 2010-08-10 18:46:30 +02:00
openssl_sha1_prf.c Allow SHA1_Init()/SHA1_Update() to fail if OpenSSL version >= 1.0 2013-04-10 18:10:30 +02:00
openssl_sha1_prf.h Fixed doxygen group 2010-05-20 17:37:18 +02:00
openssl_util.c Moved debug.[ch] to utils folder 2012-10-24 16:00:51 +02:00
openssl_util.h Some Doxygen fixes. 2010-07-05 15:04:30 +02:00
openssl_x509.c openssl: parse X.509 extended key usage from extension parsing loop 2013-07-18 12:17:53 +02:00
openssl_x509.h Implemented X.509 certificate reading using OpenSSL 2010-05-21 16:25:51 +02:00