David Garske
|
2bae1d27a1
wolfSSL Compatibility support for OpenVPN
|
před 5 roky |
David Garske
|
644e7a8f45
Fixes for PKCS8 w/wo encryption as DER/ASN.1. Fixes for building with `--disable-oldnames`. Fix to enable the PKCS8 enc test without openssl comat. Added additional PKCS8 tests.
|
před 5 roky |
David Garske
|
51251bc421
Fix for ssl23.h include for openssl compat with cyassl.
|
před 5 roky |
David Garske
|
c7b5f772aa
Add missing cert to include.am for make dist, which is required for `./gencertbuf.pl`.
|
před 5 roky |
Jacob Barthelmeh
|
ec28376e7f
add PKCS7 BER verify test and fix for streaming
|
před 5 roky |
David Garske
|
59a3b4a110
New tests for cert chains, alternate cert chains, trusted peer certs and DH prime cleanup:
|
před 6 roky |
Sean Parkinson
|
95bd340de5
Add support for more OpenSSL APIs
|
před 6 roky |
Jacob Barthelmeh
|
cc3ccbaf0c
add test for degenerate case and allow degenerate case by default
|
před 6 roky |
David Garske
|
8b529d3d57
Add test for ECC private key with PKCS 8 encoding (no crypt) and `-----BEGIN EC PRIVATE KEY-----` header.
|
před 6 roky |
David Garske
|
ed1c56a4fc
Benchmark support for 3072-bit RSA and DH when `USE_CERT_BUFFERS_3072` is defined.
|
před 6 roky |
John Safranek
|
f1588e0ad9
Fix Cert Includes
|
před 6 roky |
John Safranek
|
8a61b7303a
Remove execute bit from a few files.
|
před 6 roky |
Sean Parkinson
|
9358edf5dd
Fixes from code review
|
před 6 roky |
Jacob Barthelmeh
|
62b8c0c3fd
add test case for order of certificates with PKCS12 parse
|
před 6 roky |
David Garske
|
024c8725ad
Testing improvements for cert gen and TLS cert validation:
|
před 7 roky |
Sean Parkinson
|
f724206e37
Add test for 3072-bit RSA and DH and fix modexp
|
před 7 roky |
Sean Parkinson
|
13c4fe6cc4
Add test
|
před 7 roky |
Sean Parkinson
|
1db52f0c04
Fix to use different PEM header for EDDSA keys
|
před 7 roky |
Sean Parkinson
|
ff4fcf21d6
Add test for private key only ecc key
|
před 7 roky |
Sean Parkinson
|
4d77e80d04
Fix loading of CRLs and certs.
|
před 7 roky |
toddouska
|
d8261796a6
Merge pull request #813 from cconlon/addcert
|
před 7 roky |
Chris Conlon
|
c46eb36b4e
add server-keyPkcs8.der to include.am
|
před 7 roky |
Jacob Barthelmeh
|
3f33f2b995
add duplicate policy OID cert to dist
|
před 7 roky |
Sean Parkinson
|
5c9eedbf69
Fixes from merge of test coverage changes
|
před 7 roky |
Jacob Barthelmeh
|
2daeecdb90
BIO s_socket and BN mod exp
|
před 8 roky |
Chris Conlon
|
41f6863970
add missing certs and keys to certs/include.am
|
před 8 roky |
David Garske
|
039aedcfba
Added "wolfSSL_use_certificate_chain_buffer_format". Added "wolfSSL_SESSION_CIPHER_get_name" to get cipher suite name using WOLFSSL_SESSION*. Moved the "wolfSSL_get_cipher_name_from_suite" function to internal.c. Added new server-cert-chain.der, which is combination of ca-cert.der and server-cert.der. Enhanced load_buffer to detect format using file extension. Can test use of DER cert chain with NO_FILESYSTEM defined using "./examples/server/server -c ./certs/server-cert-chain.der -k ./certs/server-key.der".
|
před 8 roky |
Jacob Barthelmeh
|
b686deecbe
PKCS12 : Add PKCS12 parsing
|
před 8 roky |
John Safranek
|
74002ce66a
Add the new path length test certs to include.am.
|
před 8 roky |
John Safranek
|
ef9c4bf5c9
Add client-ca.pem to the automake include for dist.
|
před 8 roky |