summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.1.1h releaseOpenSSL_1_1_1hMatt Caswell2020-09-224-5/+5
* Update copyright yearMatt Caswell2020-09-22201-201/+201
* Updates CHANGES and NEWS for the new releaseMatt Caswell2020-09-222-1/+9
* Add const to 'ppin' function parameterolszomal2020-09-212-4/+6
* Support keys with RSA_METHOD_FLAG_NO_CHECK with OCSP signNorman Ashley2020-09-212-26/+9
* Disallow certs with explicit curve in verification chainTomas Mraz2020-09-2116-1/+179
* EC_KEY: add EC_KEY_decoded_from_explicit_params()Tomas Mraz2020-09-218-9/+144
* Fix: ecp_nistz256-armv4.S bad argumentsHenry N2020-09-201-3/+3
* Revert two renamings backported from masterDr. Matthias St. Pierre2020-09-103-33/+33
* Fix the DRBG seed propagationDr. Matthias St. Pierre2020-09-103-30/+27
* Fix memory leaks in conf_def.cluxinyou2020-09-071-0/+2
* Coverity FixesShane Lontis2020-09-078-10/+23
* Fix PEM_write_bio_PrivateKey_traditional() to not output PKCS#8Richard Levitte2020-08-284-2/+17
* Ignore vendor name in Clang version number.Jung-uk Kim2020-08-2721-21/+21
* sslapitest: Add test for premature call of SSL_export_keying_materialTomas Mraz2020-08-131-3/+14
* Avoid segfault in SSL_export_keying_material if there is no sessionTomas Mraz2020-08-131-1/+2
* Fix a test_verify failureMatt Caswell2020-07-302-17/+18
* Fix typos and repeated wordsGustaf Neumann2020-07-24143-322/+322
* Update EVP_EncodeInit.podRead Hughes2020-07-241-2/+2
* test/drbgtest.c: Fix error check testVitezslav Cizek2020-07-231-21/+20
* fixed swapped parameters descriptions for x509Nihal Jere2020-07-221-2/+2
* Avoid errors with a priori inapplicable protocol boundsViktor Dukhovni2020-07-225-30/+70
* man3: Drop warning about using security levels higher than 1.Dimitri John Ledkov2020-07-201-6/+0
* doc: Fix documentation of EVP_EncryptUpdate().Pauli2020-07-171-4/+9
* x509_vfy.c: Improve key usage checks in internal_verify() of cert chainsDr. David von Oheimb2020-07-163-18/+48
* Fix issue 1418 by moving check of KU_KEY_CERT_SIGN and weakening check_issued()Dr. David von Oheimb2020-07-169-45/+123
* Enable WinCE build without deceiving _MSC_VER.aSoujyuTanaka2020-07-155-5/+5
* To generate makefile with correct parameters for WinCE.aSoujyuTanaka2020-07-152-5/+5
* Disable optimiization of BN_num_bits_word() for VS2005 ARM compiler due toaSoujyuTanaka2020-07-151-0/+12
* Changed uintptr_t to size_t. WinCE6 doesn't seem it have the definition.aSoujyuTanaka2020-07-151-2/+2
* [1.1.1][test] Avoid missing EC_GROUP wrappersNicola Tuveri2020-07-131-3/+1
* [test] ectest: check custom generatorsBilly Brumley2020-07-121-0/+84
* improve SSL_CTX_set_tlsext_ticket_key_cb ref implGlenn Strauss2020-07-091-7/+10
* [test][15-test_genec] Improve EC tests with genpkeyNicola Tuveri2020-07-071-10/+137
* [apps/genpkey] exit status should not be 0 on output errorsNicola Tuveri2020-07-071-2/+4
* [EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri2020-07-046-6/+23
* Configure: Check source and build dir equality a little more thoroughlyRichard Levitte2020-07-021-2/+33
* Free pre_proc_exts in SSL_free()MiƂosz Kaniewski2020-07-011-0/+2
* doc: remove reference to the predecessor of SHA-1.Pauli2020-07-021-3/+0
* Fix a typo on the SSL_dup pageMatt Caswell2020-06-301-2/+2
* Add an SSL_dup testMatt Caswell2020-06-301-0/+72
* Don't attempt to duplicate the BIO state in SSL_dupMatt Caswell2020-06-302-18/+0
* Update the SSL_dup documentation to match realityMatt Caswell2020-06-301-4/+72
* Ensure that SSL_dup copies the min/max protocol versionMatt Caswell2020-06-301-0/+2
* Force ssl/tls protocol flags to use stream socketsBenny Baumann2020-06-301-0/+20
* Configuration: do not overwrite BASE_unix ex_libs in AIXAttila Szakacs2020-06-271-4/+4
* doc/man3: fix types taken by HMAC(), HMAC_Update()pedro martelletto2020-06-261-2/+2
* Fix wrong return value check of mmap functionTristan Bauer2020-06-231-1/+1
* Refactor BN_R_NO_INVERSE logic in internal functionsNicola Tuveri2020-06-212-185/+201
* Make it clear that you can't use all ciphers for CMACMatt Caswell2020-06-191-1/+2