summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-09-22Prepare for 1.1.1h releaseOpenSSL_1_1_1hMatt Caswell
2020-09-22Update copyright yearMatt Caswell
2020-09-22Updates CHANGES and NEWS for the new releaseMatt Caswell
2020-09-21Add const to 'ppin' function parameterolszomal
2020-09-21Support keys with RSA_METHOD_FLAG_NO_CHECK with OCSP signNorman Ashley
2020-09-21Disallow certs with explicit curve in verification chainTomas Mraz
2020-09-21EC_KEY: add EC_KEY_decoded_from_explicit_params()Tomas Mraz
2020-09-20Fix: ecp_nistz256-armv4.S bad argumentsHenry N
2020-09-10Revert two renamings backported from masterDr. Matthias St. Pierre
2020-09-10Fix the DRBG seed propagationDr. Matthias St. Pierre
2020-09-07Fix memory leaks in conf_def.cluxinyou
2020-09-07Coverity FixesShane Lontis
2020-08-28Fix PEM_write_bio_PrivateKey_traditional() to not output PKCS#8Richard Levitte
2020-08-27Ignore vendor name in Clang version number.Jung-uk Kim
2020-08-13sslapitest: Add test for premature call of SSL_export_keying_materialTomas Mraz
2020-08-13Avoid segfault in SSL_export_keying_material if there is no sessionTomas Mraz
2020-07-30Fix a test_verify failureMatt Caswell
2020-07-24Fix typos and repeated wordsGustaf Neumann
2020-07-24Update EVP_EncodeInit.podRead Hughes
2020-07-23test/drbgtest.c: Fix error check testVitezslav Cizek
2020-07-22fixed swapped parameters descriptions for x509Nihal Jere
2020-07-22Avoid errors with a priori inapplicable protocol boundsViktor Dukhovni
2020-07-20man3: Drop warning about using security levels higher than 1.Dimitri John Ledkov
2020-07-17doc: Fix documentation of EVP_EncryptUpdate().Pauli
2020-07-16x509_vfy.c: Improve key usage checks in internal_verify() of cert chainsDr. David von Oheimb
2020-07-16Fix issue 1418 by moving check of KU_KEY_CERT_SIGN and weakening check_issued()Dr. David von Oheimb
2020-07-15Enable WinCE build without deceiving _MSC_VER.aSoujyuTanaka
2020-07-15To generate makefile with correct parameters for WinCE.aSoujyuTanaka
2020-07-15Disable optimiization of BN_num_bits_word() for VS2005 ARM compiler due toaSoujyuTanaka
2020-07-15Changed uintptr_t to size_t. WinCE6 doesn't seem it have the definition.aSoujyuTanaka
2020-07-13[1.1.1][test] Avoid missing EC_GROUP wrappersNicola Tuveri
2020-07-12[test] ectest: check custom generatorsBilly Brumley
2020-07-09improve SSL_CTX_set_tlsext_ticket_key_cb ref implGlenn Strauss
2020-07-07[test][15-test_genec] Improve EC tests with genpkeyNicola Tuveri
2020-07-07[apps/genpkey] exit status should not be 0 on output errorsNicola Tuveri
2020-07-04[EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri
2020-07-02Configure: Check source and build dir equality a little more thoroughlyRichard Levitte
2020-07-01Free pre_proc_exts in SSL_free()MiƂosz Kaniewski
2020-07-02doc: remove reference to the predecessor of SHA-1.Pauli
2020-06-30Fix a typo on the SSL_dup pageMatt Caswell
2020-06-30Add an SSL_dup testMatt Caswell
2020-06-30Don't attempt to duplicate the BIO state in SSL_dupMatt Caswell
2020-06-30Update the SSL_dup documentation to match realityMatt Caswell
2020-06-30Ensure that SSL_dup copies the min/max protocol versionMatt Caswell
2020-06-30Force ssl/tls protocol flags to use stream socketsBenny Baumann
2020-06-27Configuration: do not overwrite BASE_unix ex_libs in AIXAttila Szakacs
2020-06-26doc/man3: fix types taken by HMAC(), HMAC_Update()pedro martelletto
2020-06-23Fix wrong return value check of mmap functionTristan Bauer
2020-06-21Refactor BN_R_NO_INVERSE logic in internal functionsNicola Tuveri
2020-06-19Make it clear that you can't use all ciphers for CMACMatt Caswell