summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-05-28Silence a clang warning on loss of precisionTheo Buehler
2021-05-27No longer patch away other entropy sources from libexpat. UpstreamAlexander Bluhm
2021-05-26Update libexpat to 2.4.1. This fixes CVE-2013-0340. Relevant forAlexander Bluhm
2021-05-26Fix the return value for the FUTEX_WAIT/FUTEX_WAIT_PRIVATE futex(2)Mark Kettenis
2021-05-21The implementation of the FUTEX_WAIT option in futex(2) is subtly broken.Mark Kettenis
2021-05-20EVP_Digest*: fix documented return values.Theo Buehler
2021-05-19Adjust libcrypto obj_xref.txt to obj_xref.hKinichiro Inoguchi
2021-05-18Document new net.unix sysctls.Claudio Jeker
2021-05-17delete useless blank linesTheo de Raadt
2021-05-16Correct problem in riscv64 dtors execution load the function pointerDale Rahn
2021-05-16Absorb SSL_AEAD_CTX into struct tls12_record_protection.Joel Sing
2021-05-16Zero the tls12_record_protection struct instead of individual fields.Joel Sing
2021-05-16Avoid including tls13_internal.h in tls13_record.h.Joel Sing
2021-05-16Avoid pulling ssl_locl.h into self-contained code.Joel Sing
2021-05-16Make local header inclusion consistent.Joel Sing
2021-05-16Move DTLS structs/definitions/prototypes to dtls_locl.h.Joel Sing
2021-05-16Add a missing space.Joel Sing
2021-05-16Fix formatting of multi-line license comment per style(9).Joel Sing
2021-05-16Avoid pulling ssl_sigalgs.h in via ssl_locl.h.Joel Sing
2021-05-16Remove unnecessary includes from the bytestring APIs.Joel Sing
2021-05-16Explicitly include <openssl/opensslconf.h> in files using OPENSSL_NO_*Joel Sing
2021-05-14whitespace/KNFTheo Buehler
2021-05-14Improve libcrypto obj_xref.h generatorKinichiro Inoguchi
2021-05-14Fix regression for _setjmp, fucntion does not use stack and adjustingDale Rahn
2021-05-13Add missing .Pp in HISTORY section.Theo Buehler
2021-05-13Add missing .PpTheo Buehler
2021-05-12Merge documentation for SSL_CIPHER_find(3) from OpenSSL 1.1.1.Theo Buehler
2021-05-12Install SSL_SESSION_get0_cipher.3Theo Buehler
2021-05-12Document SSL_SESSION_get0_cipher(3)Theo Buehler
2021-05-12Add obj_xref for ECDH schemes in RFC 5753Kinichiro Inoguchi
2021-05-12Correct defines for fenv rounding modes and change fenv_t and fexcept_tJonathan Gray
2021-05-11Document SSL_CTX_get_ssl_method(3)Theo Buehler
2021-05-11Merge some details from OpenSSL 1.1.1.Theo Buehler
2021-05-11missing word in previousTheo Buehler
2021-05-11Merge documentation for EVP_DigestVerify() from OpenSSL 1.1.1.Theo Buehler
2021-05-11Merge documentation for EVP_DigestSign from OpenSSL 1.1.1.Theo Buehler
2021-05-11use FE_ALL_EXCEPT not _ROUND_MASK when masking fcsr exception bitsJonathan Gray
2021-05-11zap stray commaTheo Buehler
2021-05-10Merge documentation for EC_GROUP_{set,get}_curve(3) from OpenSSL 1.1.1.Theo Buehler
2021-05-10Merge documentation for EC_POINT_{get,set}_coordinates andTheo Buehler
2021-05-10Update libexpat to 2.3.0. Relevant for OpenBSD are only bug fixAlexander Bluhm
2021-05-10give libtls the same bump as libsslTheo Buehler
2021-05-10bump libssl major after struct visibility changes and symbol additionTheo Buehler
2021-05-10bump libcrypto minor after symbol additionTheo Buehler
2021-05-10Make SSL_CIPHER, SSL_CTX, SSL_SESSION, {DTLS1,SSL3}_STATETheo Buehler
2021-05-10Provide SSL_SESSION_get0_cipher(3)Theo Buehler
2021-05-10Provide SSL_CTX_get_ssl_method(3)Theo Buehler
2021-05-10Provide SSL_CIPHER_find(3)Theo Buehler
2021-05-10Expose EVP_Digest{Sign,Verify}(3)Theo Buehler
2021-05-10Expose EC_POINT_{get,set}_affine_coordinates(3) andTheo Buehler