Age | Commit message (Expand) | Author |
2021-05-16 | Avoid pulling ssl_locl.h into self-contained code. | Joel Sing |
2021-05-16 | Make local header inclusion consistent. | Joel Sing |
2021-05-16 | Move DTLS structs/definitions/prototypes to dtls_locl.h. | Joel Sing |
2021-05-16 | Add a missing space. | Joel Sing |
2021-05-16 | Fix formatting of multi-line license comment per style(9). | Joel Sing |
2021-05-16 | Avoid pulling ssl_sigalgs.h in via ssl_locl.h. | Joel Sing |
2021-05-16 | Remove unnecessary includes from the bytestring APIs. | Joel Sing |
2021-05-16 | Explicitly include <openssl/opensslconf.h> in files using OPENSSL_NO_* | Joel Sing |
2021-05-14 | whitespace/KNF | Theo Buehler |
2021-05-14 | Improve libcrypto obj_xref.h generator | Kinichiro Inoguchi |
2021-05-14 | Fix regression for _setjmp, fucntion does not use stack and adjusting | Dale Rahn |
2021-05-13 | Add missing .Pp in HISTORY section. | Theo Buehler |
2021-05-13 | Add missing .Pp | Theo Buehler |
2021-05-12 | Merge documentation for SSL_CIPHER_find(3) from OpenSSL 1.1.1. | Theo Buehler |
2021-05-12 | Install SSL_SESSION_get0_cipher.3 | Theo Buehler |
2021-05-12 | Document SSL_SESSION_get0_cipher(3) | Theo Buehler |
2021-05-12 | Add obj_xref for ECDH schemes in RFC 5753 | Kinichiro Inoguchi |
2021-05-12 | Correct defines for fenv rounding modes and change fenv_t and fexcept_t | Jonathan Gray |
2021-05-11 | Document SSL_CTX_get_ssl_method(3) | Theo Buehler |
2021-05-11 | Merge some details from OpenSSL 1.1.1. | Theo Buehler |
2021-05-11 | missing word in previous | Theo Buehler |
2021-05-11 | Merge documentation for EVP_DigestVerify() from OpenSSL 1.1.1. | Theo Buehler |
2021-05-11 | Merge documentation for EVP_DigestSign from OpenSSL 1.1.1. | Theo Buehler |
2021-05-11 | use FE_ALL_EXCEPT not _ROUND_MASK when masking fcsr exception bits | Jonathan Gray |
2021-05-11 | zap stray comma | Theo Buehler |
2021-05-10 | Merge documentation for EC_GROUP_{set,get}_curve(3) from OpenSSL 1.1.1. | Theo Buehler |
2021-05-10 | Merge documentation for EC_POINT_{get,set}_coordinates and | Theo Buehler |
2021-05-10 | Update libexpat to 2.3.0. Relevant for OpenBSD are only bug fix | Alexander Bluhm |
2021-05-10 | give libtls the same bump as libssl | Theo Buehler |
2021-05-10 | bump libssl major after struct visibility changes and symbol addition | Theo Buehler |
2021-05-10 | bump libcrypto minor after symbol addition | Theo Buehler |
2021-05-10 | Make SSL_CIPHER, SSL_CTX, SSL_SESSION, {DTLS1,SSL3}_STATE | Theo Buehler |
2021-05-10 | Provide SSL_SESSION_get0_cipher(3) | Theo Buehler |
2021-05-10 | Provide SSL_CTX_get_ssl_method(3) | Theo Buehler |
2021-05-10 | Provide SSL_CIPHER_find(3) | Theo Buehler |
2021-05-10 | Expose EVP_Digest{Sign,Verify}(3) | Theo Buehler |
2021-05-10 | Expose EC_POINT_{get,set}_affine_coordinates(3) and | Theo Buehler |
2021-05-10 | Expose EC_GROUP_{get,set}_curve(3) | Theo Buehler |
2021-05-09 | Change offsets to (N * 8) to reduce chance of register clobber and mistakes. | Dale Rahn |
2021-05-09 | Add draft-ietf-sidrops-rpki-rsc OID | job |
2021-05-09 | Prepare to provide EVP_Digest{Sign,Verify} | Theo Buehler |
2021-05-08 | Revert previous commit. | Martijn van Duren |
2021-05-08 | In the C locale make codepoints > 0x7f return EILSEQ, since these aren't | Martijn van Duren |
2021-05-05 | Replace DTLS w_epoch with epoch from TLSv1.2 record layer. | Joel Sing |
2021-05-05 | Rewrite TLSv1.2 key block handling. | Joel Sing |
2021-05-04 | sigpending(2) will never fail. Optimize the syscall stub accordingly like | Mark Kettenis |
2021-05-04 | Remove cerror dependancy from riscv64 asm syscalls. | Dale Rahn |
2021-05-04 | riscv64 brk()/sbrk() implementations, | Dale Rahn |
2021-05-03 | Fix corner case for compressed points on binary curves | Theo Buehler |
2021-05-02 | riscv64, fix HANDLE_ERROR | Dale Rahn |