This website requires JavaScript.
Explore
Help
Sign In
Cyclic0007
/
wolfssl
Watch
1
Star
0
Fork
0
You've already forked wolfssl
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
eeece1df1e0f9a97790ac343efe0675bc3c33644
wolfssl
/
src
History
David Garske
81d13e15d5
Added ECC and Curve25519 Key generation callback support for
HAVE_PK_CALLBACKS
. The TLS server side ECDHE could not correctly handle PK callback based shared secret calculation using a hardware based generated key. Refactor internal functions to use the callback ctx getter API.
2018-07-12 11:52:54 -07:00
..
bio.c
Updates from code review
2018-04-06 17:29:27 -05:00
crl.c
Rename INLINE
2018-06-26 15:17:46 -07:00
include.am
Fix the include.am to include aes_asm.S with the correct filename.
2018-05-18 15:02:43 -07:00
internal.c
Added ECC and Curve25519 Key generation callback support for
HAVE_PK_CALLBACKS
. The TLS server side ECDHE could not correctly handle PK callback based shared secret calculation using a hardware based generated key. Refactor internal functions to use the callback ctx getter API.
2018-07-12 11:52:54 -07:00
keys.c
Allow TLS 1.2 to be compiled out.
2018-05-25 11:00:00 +10:00
ocsp.c
Fix support for OCSP and Nginx
2018-06-28 08:48:06 +10:00
sniffer.c
* 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.
2018-04-09 13:28:15 -07:00
ssl.c
Added ECC and Curve25519 Key generation callback support for
HAVE_PK_CALLBACKS
. The TLS server side ECDHE could not correctly handle PK callback based shared secret calculation using a hardware based generated key. Refactor internal functions to use the callback ctx getter API.
2018-07-12 11:52:54 -07:00
tls13.c
Added ECC and Curve25519 Key generation callback support for
HAVE_PK_CALLBACKS
. The TLS server side ECDHE could not correctly handle PK callback based shared secret calculation using a hardware based generated key. Refactor internal functions to use the callback ctx getter API.
2018-07-12 11:52:54 -07:00
tls.c
Added ECC and Curve25519 Key generation callback support for
HAVE_PK_CALLBACKS
. The TLS server side ECDHE could not correctly handle PK callback based shared secret calculation using a hardware based generated key. Refactor internal functions to use the callback ctx getter API.
2018-07-12 11:52:54 -07:00
wolfio.c
Merge pull request
#1641
from ejohnstown/rename-inline
2018-06-27 09:34:41 -07:00