0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 10 months ago. based on code collected 10 months ago.
Jan 18, 2024 — Jan 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added PSK support (thanks Mordy Ovits) More... over 6 years ago
* Fix for CDR#2019022742006229 (Thanks T-Systems) More... over 6 years ago
Fixed cut/paste error for SSL_ERROR_RECORD_OVERFLOW More... about 8 years ago
* Fixed issue with pathlen=0 for root certs More... about 8 years ago
Use <stdbool.h> for bools. More... almost 9 years ago
* Basic constraint/key usage v3 extensions now supported More... almost 9 years ago
* Basic constraint functionality added. More... almost 9 years ago
* X509 State, country and location are now used for verification and display. More... almost 9 years ago
* SNI added More... almost 9 years ago
* RC4 only used if PKCS12 is used. More... about 9 years ago
* Put back TLS 1.0. More... over 9 years ago
* Tightened up the buffer sizes More... over 9 years ago
TLS 1.2 now passing a bunch of tests. More... over 9 years ago
Server side v1.2 is basically working More... over 9 years ago
Client side works with a certificate verify - still lots of work to go. More... over 9 years ago
* Initial crack at TLS 1.2 client side only (server side is seriously broken). More... over 9 years ago
Cleaned up alerts as per TLS v1.2 spec (7.2.2) More... over 9 years ago
* Backed out code where close notify from other side closed the socket and ssl session. This needs to be done by the application. More... over 9 years ago
Tightened up closure alerts for v1.2 (7.2.1) More... over 9 years ago
Removed some printfs in skeleton mode More... over 9 years ago
Fixed some skeleton mode warnings More... over 9 years ago
removed endian.h from os_int.h as it is no longer needed and was causing issues with the micropython build More... over 9 years ago
Now include os_port.h in tls1.h, but removed ax_malloc and friends More... over 9 years ago
Can handle SSL chains which are out of order (thanks Paul Johnstone) More... over 9 years ago
Fixed a memset issue and removed some doubled code (thanks Jens Muller) More... over 9 years ago
Removed RC4 from the list of negotiated ciphers as browsers don't support it anymore More... over 9 years ago
Tag 64-bit constants with "LL" (make e.g. AVR32 gcc happy) More... about 10 years ago
* Fixed client certificate issue where there is no client certificate and a certificate verify msg was still being sent. More... over 10 years ago
* Added named unions in SHA256 code for compilers that don't support it. More... over 10 years ago
* Updated the release notes. More... over 10 years ago