| Commit message (Expand) | Author | Age | Files | Lines |
* | Make local header inclusion consistent. | jsing | 2021-05-16 | 18 | -51/+36 |
* | Move DTLS structs/definitions/prototypes to dtls_locl.h. | jsing | 2021-05-16 | 14 | -214/+282 |
* | Add a missing space. | jsing | 2021-05-16 | 1 | -2/+2 |
* | Fix formatting of multi-line license comment per style(9). | jsing | 2021-05-16 | 4 | -8/+12 |
* | Avoid pulling ssl_sigalgs.h in via ssl_locl.h. | jsing | 2021-05-16 | 3 | -4/+7 |
* | Remove unnecessary includes from the bytestring APIs. | jsing | 2021-05-16 | 4 | -14/+4 |
* | Explicitly include <openssl/opensslconf.h> in files using OPENSSL_NO_* | jsing | 2021-05-16 | 13 | -16/+30 |
* | whitespace/KNF | tb | 2021-05-14 | 1 | -4/+4 |
* | Improve libcrypto obj_xref.h generator | inoguchi | 2021-05-14 | 1 | -0/+4 |
* | Add missing .Pp in HISTORY section. | tb | 2021-05-13 | 2 | -4/+6 |
* | Add missing .Pp | tb | 2021-05-13 | 1 | -2/+3 |
* | Merge documentation for SSL_CIPHER_find(3) from OpenSSL 1.1.1. | tb | 2021-05-12 | 1 | -2/+29 |
* | Install SSL_SESSION_get0_cipher.3 | tb | 2021-05-12 | 1 | -1/+2 |
* | Document SSL_SESSION_get0_cipher(3) | tb | 2021-05-12 | 1 | -0/+94 |
* | Modify cms test in appstest.sh to work with ec cert/key | inoguchi | 2021-05-12 | 1 | -32/+53 |
* | Add obj_xref for ECDH schemes in RFC 5753 | inoguchi | 2021-05-12 | 2 | -1/+34 |
* | Document SSL_CTX_get_ssl_method(3) | tb | 2021-05-11 | 1 | -4/+15 |
* | Merge some details from OpenSSL 1.1.1. | tb | 2021-05-11 | 2 | -6/+24 |
* | missing word in previous | tb | 2021-05-11 | 1 | -1/+2 |
* | Merge documentation for EVP_DigestVerify() from OpenSSL 1.1.1. | tb | 2021-05-11 | 1 | -4/+37 |
* | Merge documentation for EVP_DigestSign from OpenSSL 1.1.1. | tb | 2021-05-11 | 1 | -4/+39 |
* | zap stray comma | tb | 2021-05-11 | 1 | -3/+3 |
* | Replace unnecessary calls to EC_GROUP_get_curve_GF{p,2m}() with | tb | 2021-05-10 | 1 | -15/+3 |
* | It's no longer necessary to link ecdhtest statically. | tb | 2021-05-10 | 1 | -2/+2 |
* | Merge documentation for EC_GROUP_{set,get}_curve(3) from OpenSSL 1.1.1. | tb | 2021-05-10 | 1 | -20/+57 |
* | Merge documentation for EC_POINT_{get,set}_coordinates and | tb | 2021-05-10 | 1 | -20/+70 |
* | give libtls the same bump as libssl | tb | 2021-05-10 | 1 | -2/+2 |
* | bump libssl major after struct visibility changes and symbol addition | tb | 2021-05-10 | 1 | -2/+2 |
* | bump libcrypto minor after symbol addition | tb | 2021-05-10 | 1 | -1/+1 |
* | Make SSL_CIPHER, SSL_CTX, SSL_SESSION, {DTLS1,SSL3}_STATE | tb | 2021-05-10 | 3 | -8/+7 |
* | Provide SSL_SESSION_get0_cipher(3) | tb | 2021-05-10 | 3 | -2/+10 |
* | Provide SSL_CTX_get_ssl_method(3) | tb | 2021-05-10 | 3 | -2/+11 |
* | Provide SSL_CIPHER_find(3) | tb | 2021-05-10 | 3 | -2/+10 |
* | Expose EVP_Digest{Sign,Verify}(3) | tb | 2021-05-10 | 2 | -5/+3 |
* | Expose EC_POINT_{get,set}_affine_coordinates(3) and | tb | 2021-05-10 | 2 | -7/+11 |
* | Expose EC_GROUP_{get,set}_curve(3) | tb | 2021-05-10 | 2 | -3/+4 |
* | Add draft-ietf-sidrops-rpki-rsc OID | job | 2021-05-09 | 2 | -0/+2 |
* | Prepare to provide EVP_Digest{Sign,Verify} | tb | 2021-05-09 | 2 | -3/+35 |
* | Replace DTLS w_epoch with epoch from TLSv1.2 record layer. | jsing | 2021-05-05 | 5 | -29/+20 |
* | Rewrite TLSv1.2 key block handling. | jsing | 2021-05-05 | 5 | -134/+247 |
* | Rename shutdown_all() to shutdown_peers() for consistency. | tb | 2021-05-04 | 1 | -3/+3 |
* | Use limits.h instead of sys/limits.h in dtlstest.c for portable | inoguchi | 2021-05-03 | 1 | -2/+2 |
* | Modify regress ssl_get_shared_ciphers for portable | inoguchi | 2021-05-03 | 2 | -6/+6 |
* | Hook openssl-ruby test to regress tree | tb | 2021-05-03 | 1 | -1/+2 |
* | Add scaffold to run the ruby/openssl regression tests | tb | 2021-05-03 | 1 | -0/+72 |
* | tweak one description to make it unique | tb | 2021-05-03 | 1 | -2/+3 |
* | Prefix the hybrid_corner_case test with test_ for consistency. | tb | 2021-05-03 | 1 | -3/+3 |
* | Exercise the point conversion bit for octet string representations | tb | 2021-05-03 | 1 | -1/+279 |
* | Add a test that exercises the point conversion bit of the octet | tb | 2021-05-03 | 1 | -1/+362 |
* | Fix corner case for compressed points on binary curves | tb | 2021-05-03 | 1 | -1/+5 |