aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
...
* Add trace support for HelloRetryRequestMatt Caswell2017-02-141-10/+38
* Implement support for resumption with a HelloRetryRequestMatt Caswell2017-02-145-99/+160
* Add client side support for parsing Hello Retry RequestMatt Caswell2017-02-145-52/+199
* Add server side support for creating the Hello Retry Request messageMatt Caswell2017-02-147-23/+165
* Make the context available to the extensions parse and construction funcsMatt Caswell2017-02-144-218/+259
* mem leak on error path and error propagation fixYuchi2017-02-141-1/+1
* Replace SSL_PKEY_RSA_ENC, SSL_PKEY_RSA_SIGNDr. Stephen Henson2017-02-107-53/+33
* Check index >= 0 as 0 is a valid index.Dr. Stephen Henson2017-02-101-1/+1
* Don't read uninitialised data for short session IDs.David Benjamin2017-02-091-4/+12
* SSL_get_shared_sigalgs: handle negative idx parameterPeter Wu2017-02-091-0/+1
* Fix crash in tls13_encMatt Caswell2017-02-081-1/+12
* Add remaining TLS1.3 ciphersuitesDr. Stephen Henson2017-02-081-1/+64
* Use contants for Chacha/Poly, redo algorithm expressions.Dr. Stephen Henson2017-02-081-4/+8
* Add CCM mode support for TLS 1.3Dr. Stephen Henson2017-02-083-22/+41
* Add NID_auth_any and NID_kx_any NIDs.Dr. Stephen Henson2017-02-081-2/+4
* Add SSL_kANY and SSL_aANYDr. Stephen Henson2017-02-082-0/+11
* Combined patch against master branch for the following issues:Bernd Edlinger2017-02-031-0/+5
* Fix "no-ec"Richard Levitte2017-02-031-0/+6
* Initialise alg_k and alg_aRichard Levitte2017-02-021-1/+1
* Don't filter TLS 1.3 ciphersuites by signing or key exchange algorithmDr. Stephen Henson2017-02-021-23/+28
* Update cipher definitionDr. Stephen Henson2017-02-021-2/+1
* Remove special case for TLS 1.3.Dr. Stephen Henson2017-02-021-16/+2
* For TLS 1.3 retrieve previously set certificate indexDr. Stephen Henson2017-02-021-5/+8
* make errorsDr. Stephen Henson2017-02-021-0/+2
* Set signature algorithm when choosing cipherDr. Stephen Henson2017-02-021-0/+6
* Add function tls_choose_sigalg().Dr. Stephen Henson2017-02-022-0/+63
* Cosmetic changeDr. Stephen Henson2017-02-021-6/+3
* Add support for logging out TLSv1.3 secretsCory Benfield2017-02-024-35/+38
* Majority rules, use session_ctx vs initial_ctxTodd Short2017-01-315-13/+10
* Tidy up Suite B logicDr. Stephen Henson2017-01-311-16/+16
* Remove peer_md and use peer_sigalg instead.Dr. Stephen Henson2017-01-314-8/+3
* Simplify sigalgs code.Dr. Stephen Henson2017-01-312-65/+19
* Add digest and key indices to table.Dr. Stephen Henson2017-01-312-20/+49
* Don't check certificate type against ciphersuite for TLS 1.3Dr. Stephen Henson2017-01-311-11/+17
* Add TLS 1.3 signing curve checkDr. Stephen Henson2017-01-311-23/+35
* Only allow PSS signatures with RSA keys and TLS 1.3Dr. Stephen Henson2017-01-311-0/+3
* Store table entry to peer signature algorithm.Dr. Stephen Henson2017-01-313-50/+42
* Free up the memory for the NewSessionTicket extensionsMatt Caswell2017-01-301-0/+2
* Make sure we free and cleanse the pms value in all code pathsMatt Caswell2017-01-301-3/+1
* Update macros.Dr. Stephen Henson2017-01-301-4/+7
* fix style issuesDr. Stephen Henson2017-01-301-2/+1
* Fix TLS 1.2 and no sigalgs.Dr. Stephen Henson2017-01-301-1/+19
* Replace TLS_SIGALGS with SIGALG_LOOKUPDr. Stephen Henson2017-01-302-101/+83
* Support TLS 1.3 signature scheme names.Dr. Stephen Henson2017-01-301-10/+21
* Extend TLS 1.3 signature table.Dr. Stephen Henson2017-01-301-18/+41
* Use shared signature algorithm list to find type.Dr. Stephen Henson2017-01-301-8/+10
* Add SSL_get_peer_signature_type_nid() function.Dr. Stephen Henson2017-01-301-0/+8
* Store peer signature type.Dr. Stephen Henson2017-01-304-24/+23
* More complete PSS support.Dr. Stephen Henson2017-01-301-42/+29
* Use uint16_t for signature scheme.Dr. Stephen Henson2017-01-304-28/+29