Eric Blankenhorn
|
95f973a5be
Adding test and dox for ERR_print_errors_cb
|
il y a 4 ans |
Eric Blankenhorn
|
ba25161f6c
Adding BIO and EVP api
|
il y a 4 ans |
Jacob Barthelmeh
|
a9e9120fa0
change public Timeval to WOLFSSL_TIMEVAL
|
il y a 4 ans |
kaleb-himes
|
9b8d4e91c2
Fixing some typos. Thanks to Fossies for the report
|
il y a 4 ans |
toddouska
|
abc96f20fb
Merge pull request #2696 from embhorn/cert_vfy_CB
|
il y a 4 ans |
Eric Blankenhorn
|
8580bd9937
CertManager verify callback
|
il y a 5 ans |
Eric Blankenhorn
|
b83804cb9d
Correct misspellings and typos from codespell tool
|
il y a 4 ans |
David Garske
|
872d222b59
* Adds the following openssl compatibility API's:
|
il y a 5 ans |
Eric Blankenhorn
|
0c9ba1b361
Adding compatibility API phase 2
|
il y a 5 ans |
Eric Blankenhorn
|
48fa6a458c
Adding compatibility API phase 1
|
il y a 5 ans |
David Garske
|
621e1656b4
Fixes for data types, cast warnings and shift operations when using 16-bit platform. Added new `--enable-16bit` build option, which defines `WC_16BIT_CPU`. Fix build error when using `WOLFSSL_LEANPSK` and `NO_WOLFSSL_MEMORY`.
|
il y a 5 ans |
Eric Blankenhorn
|
02ff19a6c4
Moving PRF to wolfcrypt
|
il y a 5 ans |
abrahamsonn
|
1b5ac2ea8d
Updated an API's documented return codes
|
il y a 6 ans |
David Garske
|
4adaeb8585
Added new 256-byte max fragment option `WOLFSSL_MFL_2_8`.
|
il y a 6 ans |
David Garske
|
f48e2067ae
Added new API `wolfSSL_CTX_load_verify_chain_buffer_format` for loading CA cert chain as DER buffer list including API unit test. Support for device serial number OID.
|
il y a 6 ans |
David Garske
|
ae3d8d3779
* Fixed `wolfSSL_CTX_load_verify_locations` to continue loading if there is an error (ZD 4265).
|
il y a 6 ans |
Sean Parkinson
|
ffc6cf4eb8
Add support for maximum DH key size
|
il y a 6 ans |
abrahamsonn
|
765d97ae01
1. Trailing whitespace removal
|
il y a 6 ans |
connerwolfssl
|
13b7dad0fa
documentation clean up, added check for asn generalized time
|
il y a 6 ans |
John Safranek
|
586874b997
Rename INLINE
|
il y a 6 ans |
Takashi Kojo
|
3ff8c45aa8
FILE to XFILE
|
il y a 6 ans |
John Safranek
|
b1ed852f36
Fix TCP with Timeout
|
il y a 6 ans |
connerWolfSSL
|
e45f0efc3f
Documentation Fixes (#1520)
|
il y a 6 ans |
David Garske
|
a38576146e
* Added support for disabling PEM to DER functionality using `WOLFSSL_PEM_TO_DER`. This allows way to use with DER (ASN.1) certificates only in an embedded environment. This option builds, but internal make check requires PEM support for tests.
|
il y a 6 ans |
David Garske
|
264496567a
Improvements to EncryptedInfo. Added build option `WOLFSSL_ENCRYPTED_KEYS` to indicate support for EncryptedInfo. Improvements to `wc_PBKDF1` to support more hash types and the non-standard extra data option.
|
il y a 6 ans |
toddouska
|
a92696edec
Merge pull request #1454 from dgarske/noprivkey
|
il y a 6 ans |
David Garske
|
e564c973b6
Refactor IO callback function names to use `_CTX_` to eliminate confusion about the first parameter.
|
il y a 6 ans |
David Garske
|
dbb34126f6
* Added support for not loading a private key for server or client when `HAVE_PK_CALLBACK` is defined and the private PK callback is set. Tested with all cipher suites, TLS 1.2/1.3, client/server certs, RSA/ECC/ED25519.
|
il y a 6 ans |
connerwolfssl
|
ba40a71a3c
added script so ensure doxygen api documentation matches wolfssl api
|
il y a 6 ans |
connerwolfssl
|
17e88b47f6
Migrated documentation directory to doc. README updated. Error fixes. Moved make options to doc/include.am
|
il y a 6 ans |