toddouska
|
0590f2493e
Merge pull request #1314 from dgarske/cleanups
|
7 years ago |
dgarske
|
3f8ecb4e70
Merge pull request #1313 from JacobBarthelmeh/Testing
|
7 years ago |
Jacob Barthelmeh
|
d04775ecfb
Add check for AES with using AES cipher suite
|
7 years ago |
Jacob Barthelmeh
|
064a54f552
static analysis and windows fix
|
7 years ago |
Jacob Barthelmeh
|
4a9f5f3a7e
add DES cksum and DES set odd parity
|
8 years ago |
David Garske
|
481f4765eb
Cleanup to remove duplicate MAX_DIGEST_SIZE in hmac.h and refactor to use WC_MAX_DIGEST_SIZE. Cleanup for HMAC to include hash.h and refactor HMAC_BLOCK_SIZE to WC_HMAC_BLOCK_SIZE. Fix build warning in benchmark.c with unused variable if features are disabled.
|
7 years ago |
Jacob Barthelmeh
|
e442f8dccf
DHE suite with test case and set server/client method
|
7 years ago |
toddouska
|
bb52b0a7b9
Merge pull request #724 from JacobBarthelmeh/Compatibility-Layer-Part2
|
7 years ago |
toddouska
|
2cdcd560a2
Merge pull request #1307 from JacobBarthelmeh/Testing
|
7 years ago |
toddouska
|
df3c775f1d
Merge pull request #1304 from cconlon/dsa1864
|
7 years ago |
Chris Conlon
|
d78a6cebd8
allow DSA raw export functions to return buffer sizes
|
7 years ago |
Jacob Barthelmeh
|
e9432005d4
build for no old names and fix valgrind report
|
7 years ago |
Jacob Barthelmeh
|
23b271da84
clean up after rebase
|
7 years ago |
Jacob Barthelmeh
|
ab0bc32d4c
resolve rebase by adding an error node pull function
|
7 years ago |
Jacob Barthelmeh
|
00670233af
account for fast rsa when testing get rsa size
|
8 years ago |
Jacob Barthelmeh
|
c8233177c3
fix bio gets and enhance x509 get public key
|
8 years ago |
Takashi Kojo
|
150481699f
add BIO_new_file: ssl.c, tests/api.c
|
8 years ago |
Jacob Barthelmeh
|
1765246cf7
bio gets test, certificate buffer tests, and increase max static memory bucket size with sessioncerts
|
8 years ago |
Jacob Barthelmeh
|
79ea6b78bb
add name entry and fix build without RSA
|
8 years ago |
Jacob Barthelmeh
|
54246053de
WOLFSSL_RSA in EVP_PKEY structure and fixes for PKCS12 build
|
8 years ago |
Jacob Barthelmeh
|
7252a138e0
ASN1 object functions
|
8 years ago |
Jacob Barthelmeh
|
35ad1269a8
expand compatibility layer, hmac, dsa gen, pubkey from bio, pseudo rand
|
8 years ago |
Jacob Barthelmeh
|
e391931711
error put function
|
8 years ago |
Jacob Barthelmeh
|
704d765501
adjust compat. layer to not include wolfSSL headers where possible, add d2i for X509's, clang-3.3 build
|
8 years ago |
Jacob Barthelmeh
|
e213e60471
PKCS 8 info function
|
8 years ago |
Jacob Barthelmeh
|
03b0a07adb
add BN pseudo random function
|
8 years ago |
Jacob Barthelmeh
|
c552de77f4
PKCS12 create function
|
8 years ago |
David Garske
|
aac050369a
Added API unit tests for new BUF_MEM. Fixed wolfSSL_BUF_MEM_grow handling of negative “len” input. Added GPLv2 header to new buffer.h.
|
8 years ago |
Jacob Barthelmeh
|
921eb03a01
add PEM read bio private key function and update reading a memory bio
|
8 years ago |
Takashi Kojo
|
f9eb8f8f6d
missing rename SSL_check_private_key, DSA_dup_DH
|
8 years ago |