summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-10-10bump internal version to 3.0.2Brent Cook
2019-10-10bump to 3.0.2Brent Cook
2019-10-09Use EVP_MAX_MD_SIZE instead of SHA_DIGEST_LENGTH and remove OPENSSL_NO_SHA*Joel Sing
2019-10-08convert unbounded sprintf/strcpy (in disabled debug code) to snprintf/strlcpyTheo de Raadt
2019-10-05The mips64 symbol table layout means we have to consider symbol visibilityPhilip Guenther
2019-10-05Get the architecture from the ELF header instead of running uname,Philip Guenther
2019-10-04Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkey.Theo Buehler
2019-10-04Use a valid curve when constructing an EC_KEY that looks like X25519.Joel Sing
2019-10-04Provide internal RSA_padding_{add,check}_PKCS1_OAEP_mgf1() functions.Joel Sing
2019-10-03Move towards making RSA OAEP functions handle arbitrary message digests.Joel Sing
2019-09-30bump for LibreSSL 3.0.1Brent Cook
2019-09-29Update compiler-rt to 8.0.1. This is mostly a cosmetic update for us.Patrick Wildt
2019-09-29zap trailing whitespace;Jason McIntyre
2019-09-29If a NULL or zero cofactor is passed to EC_GROUP_set_generator(),Theo Buehler
2019-09-28Xr random 4 in a better wayTheo de Raadt
2019-09-281) don't repeat the 256 / EIO commentaryTheo de Raadt
2019-09-28Make compiler-rt's __clear_cache() work on 32-bit ARM by makingPatrick Wildt
2019-09-28correctly handle read(2) return value.Eric Faurot
2019-09-25Update libexpat to 2.2.8. CVE-2019-15903 has been fixed earlierAlexander Bluhm
2019-09-25the mentioned .Fn functions are in a another file, so .Xr themTheo de Raadt
2019-09-25pcap-filter now section 5: adjust XrJason McIntyre
2019-09-25mdoc version of pcap-filter;Jason McIntyre
2019-09-14Add comment line saying S is described vaguely on purpose.Otto Moerbeek
2019-09-10Fix heap overflow in libexpat 2.2.7 triggered by XML_GetCurrentLineNumberAlexander Bluhm
2019-09-10document EVP_PKEY_CTX_get_signature_md(3);Ingo Schwarze
2019-09-09Plug memory leak in error paths. Found while comparing this fileTheo Buehler
2019-09-09Provide EVP_PKEY_CTX_get_signature_md() macro and implement theJoel Sing
2019-09-09Load CMS error strings.Joel Sing
2019-09-09Move #include <openssl/cms.h> to more appropriate location (since it isJoel Sing
2019-09-09Install the openssl/cms.h header.Joel Sing
2019-09-08sbrk(2) already existed in Version 4 AT&T UNIX;Ingo Schwarze
2019-09-08Add CMS ECC support.Joel Sing
2019-09-07more Version 1 AT&T UNIX history:Ingo Schwarze
2019-09-06More Version 1 AT&T UNIX history.Ingo Schwarze
2019-09-06Add various macros and controls for EC_PKEY_CTX.Joel Sing
2019-09-06Handle CMS PEM headers.Joel Sing
2019-09-06Correct the description of EINTR and EINVAL. This looks like a mis-mergeasou
2019-09-05Add objects for ECDH schemes in RFC 5753.Joel Sing
2019-09-05Build ecdh_kdf.cJoel Sing
2019-09-05Replace OPENSSL_cleanse() with explicit_bzero().Joel Sing
2019-09-05Provide prototype for ecdh_KDF_X9_63()Joel Sing
2019-09-05Include correct header.Joel Sing
2019-09-05style(9) and whitespace.Joel Sing
2019-09-05Restore per-file license/copyright removed in OpenSSL commit 4f22f40507f.Joel Sing
2019-09-05Remove ECDH_KDF_X9_62 wrapper.Joel Sing
2019-09-05Provide ECDH KDF for X9.63 as needed for CMS ECC.Joel Sing
2019-09-04gettimeofday, settimeofday(2): limit timezone supportcheloha
2019-09-04Correct the length of read from file, wide character buffer, add NULasou
2019-09-03pcap-filter(3) is not a function, it is a language description. It wasTheo de Raadt
2019-09-03Correct the length for argument of reallocarray(). This fix the SEGVasou