summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Install SSL_SESSION_get0_cipher.3tb2021-05-121-1/+2
* Document SSL_SESSION_get0_cipher(3)tb2021-05-121-0/+94
* Modify cms test in appstest.sh to work with ec cert/keyinoguchi2021-05-121-32/+53
* Add obj_xref for ECDH schemes in RFC 5753inoguchi2021-05-122-1/+34
* Document SSL_CTX_get_ssl_method(3)tb2021-05-111-4/+15
* Merge some details from OpenSSL 1.1.1.tb2021-05-112-6/+24
* missing word in previoustb2021-05-111-1/+2
* Merge documentation for EVP_DigestVerify() from OpenSSL 1.1.1.tb2021-05-111-4/+37
* Merge documentation for EVP_DigestSign from OpenSSL 1.1.1.tb2021-05-111-4/+39
* zap stray commatb2021-05-111-3/+3
* Replace unnecessary calls to EC_GROUP_get_curve_GF{p,2m}() withtb2021-05-101-15/+3
* It's no longer necessary to link ecdhtest statically.tb2021-05-101-2/+2
* Merge documentation for EC_GROUP_{set,get}_curve(3) from OpenSSL 1.1.1.tb2021-05-101-20/+57
* Merge documentation for EC_POINT_{get,set}_coordinates andtb2021-05-101-20/+70
* give libtls the same bump as libssltb2021-05-101-2/+2
* bump libssl major after struct visibility changes and symbol additiontb2021-05-101-2/+2
* bump libcrypto minor after symbol additiontb2021-05-101-1/+1
* Make SSL_CIPHER, SSL_CTX, SSL_SESSION, {DTLS1,SSL3}_STATEtb2021-05-103-8/+7
* Provide SSL_SESSION_get0_cipher(3)tb2021-05-103-2/+10
* Provide SSL_CTX_get_ssl_method(3)tb2021-05-103-2/+11
* Provide SSL_CIPHER_find(3)tb2021-05-103-2/+10
* Expose EVP_Digest{Sign,Verify}(3)tb2021-05-102-5/+3
* Expose EC_POINT_{get,set}_affine_coordinates(3) andtb2021-05-102-7/+11
* Expose EC_GROUP_{get,set}_curve(3)tb2021-05-102-3/+4
* Add draft-ietf-sidrops-rpki-rsc OIDjob2021-05-092-0/+2
* Prepare to provide EVP_Digest{Sign,Verify}tb2021-05-092-3/+35
* Replace DTLS w_epoch with epoch from TLSv1.2 record layer.jsing2021-05-055-29/+20
* Rewrite TLSv1.2 key block handling.jsing2021-05-055-134/+247
* Rename shutdown_all() to shutdown_peers() for consistency.tb2021-05-041-3/+3
* Use limits.h instead of sys/limits.h in dtlstest.c for portableinoguchi2021-05-031-2/+2
* Modify regress ssl_get_shared_ciphers for portableinoguchi2021-05-032-6/+6
* Hook openssl-ruby test to regress treetb2021-05-031-1/+2
* Add scaffold to run the ruby/openssl regression teststb2021-05-031-0/+72
* tweak one description to make it uniquetb2021-05-031-2/+3
* Prefix the hybrid_corner_case test with test_ for consistency.tb2021-05-031-3/+3
* Exercise the point conversion bit for octet string representationstb2021-05-031-1/+279
* Add a test that exercises the point conversion bit of the octettb2021-05-031-1/+362
* Fix corner case for compressed points on binary curvestb2021-05-031-1/+5
* riscv64 openssl configdrahn2021-05-021-0/+154
* Prevent future internal use of some #definestb2021-05-021-1/+3
* Clean up tls1_change_cipher_state().jsing2021-05-025-42/+29
* In the TLSv1.2 server, set up the key block after sending the CCS.jsing2021-05-021-7/+7
* Clean up dtls1_reset_seq_numbers().jsing2021-05-025-26/+22
* Ensure that handshake hash is non-NULL in tls1_transcript_hash_value().jsing2021-05-021-1/+4
* Harden tls12_finished_verify_data() by checking master key length.jsing2021-05-021-1/+4
* Stop deriving peer finished twice for TLSv1.2.jsing2021-05-021-12/+1
* Make TS_compute_imprint a bit more robust.tb2021-05-021-20/+28
* Retire OpenBSD/sgi.visa2021-05-011-5/+1
* bump to LibreSSL 3.4.0 in -currentbcook2021-05-011-3/+3
* Plug leak in c2i_ASN1_OBJECTtb2021-05-011-3/+8