summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* define OPENSSL_NO_SSL_TRACE in opensslfeatures.hinoguchi2020-08-291-1/+1
* Send an unexpected message alert if no valid content type is found.jsing2020-08-111-2/+5
* Increment the epoch in the same place for both read and write.jsing2020-08-111-3/+3
* Use 0 instead of 0x00 for memset() calls.jsing2020-08-112-8/+8
* Use SSL3_SEQUENCE_SIZE for last_write_sequence[] rather than hardcoding.jsing2020-08-111-2/+2
* In SSL_new() just 'goto err' on allocation failure.jsing2020-08-111-11/+6
* Avoid passing -1 to freezero.tb2020-08-101-9/+10
* Fix some wrapping/indent.jsing2020-08-091-4/+3
* Add P-521 to the list of curves supported by default in the client.jsing2020-08-091-5/+18
* Use CBB more correctly when writing SSL3/DTLS records.jsing2020-08-092-66/+92
* Make the explicit IV length handling in DTLS the same as SSL3/TLS.jsing2020-08-091-8/+13
* delete another word to improve the wording; suggested by jmc@schwarze2020-08-061-2/+2
* Explain the purpose of CMAC_resume(3) in more detail.schwarze2020-08-061-3/+9
* Cleanup aead_ctxinoguchi2020-08-041-1/+3
* Only parse a client's status_request in the CHtb2020-08-031-1/+4
* Ensure clients only send a status_request in the CHtb2020-08-031-3/+7
* Correctly handle server requests for an OCSP responsetb2020-08-031-1/+12
* Check the return value of tls1_enc() in the write path.jsing2020-08-022-6/+6
* Clean up/simplify more of the dtls1/ssl3 record writing code:jsing2020-08-012-73/+34
* Pull record version selection code up and pass it as an argument tojsing2020-08-011-15/+15
* Have ssl_init_wbio_buffer() push the buffering BIO rather than doing itjsing2020-07-301-5/+2
* Clean up and simplify some of the SSL3/DTLS1 record writing code.jsing2020-07-302-76/+72
* Add minimal info callback support for TLSv1.3tb2020-07-303-3/+32
* Handle SSL_MODE_AUTO_RETRY being changed during a TLSv1.3 session.jsing2020-07-251-1/+4
* remove half a dozen "goto" statements and a labelschwarze2020-07-251-14/+1
* tweak previous;jmc2020-07-241-4/+4
* document PEM_X509_INFO_read(3) and PEM_X509_INFO_read_bio(3)schwarze2020-07-237-14/+207
* Fix a bug in PEM_X509_INFO_read_bio(3) that is very likely to causeschwarze2020-07-231-21/+17
* Dedup the use legacy stack code.jsing2020-07-141-56/+25
* Revert the TLSv1.3 version switching fix/hack.jsing2020-07-141-10/+1
* Remove some unnecessary function pointers from SSL_METHOD_INTERNAL.jsing2020-07-075-64/+17
* Enable TLSv1.3 for the generic TLS_method().jsing2020-07-072-5/+52
* Add support for timeconting in userland.pirofti2020-07-062-6/+6
* zap trailing whitespace on one linetb2020-07-031-2/+2
* Make the message type available to the extension functionstb2020-07-032-167/+181
* Improve argument order for the internal tlsext APItb2020-07-038-39/+39
* Disable assembly code for powerpc64; more work is needed to make it work.kettenis2020-06-291-8/+9
* Switch back to bn_mul_mont_int since the bn_mul_mont_fpu64 code isn'tkettenis2020-06-281-3/+3
* Accidentally doubled these files on first commit. Correcting.drahn2020-06-262-194/+1
* Switch the order of the two tests in tls13_client_hello_required_extensionstb2020-06-251-9/+9
* Intial attempt at powerpc64 libcrypto pieces.drahn2020-06-252-0/+386
* Properly document the return values of EVP_PKEY_base_id(3)schwarze2020-06-244-70/+152
* use n-bit <noun> consistently; ok schwarze for the principal of the idea,jmc2020-06-246-28/+28
* Make tls13_legacy_shutdown() match ssl3_shutdown() semantics.jsing2020-06-241-21/+22
* new manual page ChaCha(3);schwarze2020-06-243-2/+257
* new manual page CMAC_Init(3);schwarze2020-06-245-7/+298
* Document eight additional pre-OpenSSL-1.1 accessor functions that areschwarze2020-06-241-21/+122
* Enforce restrictions for ClientHello extensionstb2020-06-241-1/+44
* We inherited the constant time CBC padding removal from BoringSSL, buttb2020-06-191-4/+4
* mark the functions documented in des_read_pw(3) as deprecatedschwarze2020-06-192-6/+11