summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix indentation for engine.hPauli2020-07-161-93/+93
* doc: deprecate ENGINE documentationPauli2020-07-161-0/+9
* apps: document the deprecation of the -engine optionPauli2020-07-1634-23/+119
* engine: document the engine app as deprecatedPauli2020-07-161-0/+6
* apps/list: deprecate engine supportPauli2020-07-162-11/+35
* deprecate engines in 3.0Pauli2020-07-161-2/+1
* Add SSL_get[01]_peer_certificate()Todd Short2020-07-1614-44/+57
* Configure: fix minor typo in apitable commentDaniel Bevenius2020-07-151-1/+1
* Add FIPS related configuration data to the default openssl application config...Shane Lontis2020-07-153-8/+61
* Make -provider_name and -section_name optionalRich Salz2020-07-158-28/+18
* Use defaults FIPSKEY if not given on command lineRich Salz2020-07-151-0/+1
* Add AES_CBC_CTS ciphers to providersShane Lontis2020-07-1518-16/+988
* 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
* DRBG: rename the DRBG taxonomy.Pauli2020-07-148-212/+230
* Configurations: make Makefile tmpl files non-linksDaniel Bevenius2020-07-141-5/+3
* [test] ectest: check custom generatorsBilly Brumley2020-07-121-0/+84
* Providerized libssl fallout: cleanup initBenjamin Kaduk2020-07-121-61/+0
* BN: Check endianness in run-time, in BN_native2bn() and BN_bn2nativepad()Richard Levitte2020-07-111-8/+9
* Add and use internal header that implements endianness checkRichard Levitte2020-07-1114-181/+96
* DOC: install documentation without execution permissions.Richard Levitte2020-07-111-8/+8
* ocsp.h: Fix backward compatibility decl for OCSP_parse_url() by including http.hDr. David von Oheimb2020-07-101-0/+1
* Fix wrong fipsinstall key used in testShane Lontis2020-07-091-1/+0
* Makefile template: fix incorrect treatment of produced document filesRichard Levitte2020-07-091-8/+8
* Add multiple fixes for ffc key generation using invalid p,q,g parameters.Shane Lontis2020-07-099-9/+352
* Fix CID 1454808: Error handling issues NEGATIVE_RETURNS (PKCS7_dataDecode())Shane Lontis2020-07-081-2/+5
* Fix CID 1454806: NEGATIVE_RETURNS (cms_enc.c)Shane Lontis2020-07-081-1/+6
* Fix CID 1465213: Integer handling issues (evp_extra_test.c)Shane Lontis2020-07-081-4/+4
* Fix CID 1463883 Dereference after null check (in ess_find_cert_v2())Shane Lontis2020-07-081-1/+3
* Fix CID 1465214 Resource leak (in file_load.c)Shane Lontis2020-07-081-1/+3
* Fix CID 1465215 : Explicit null dereferenced (in test)Shane Lontis2020-07-081-0/+2
* Fix CID #1465216 Resource leak in property_fetchShane Lontis2020-07-081-1/+1
* Ensure we excluse ec2m curves if ec2m is disabledMatt Caswell2020-07-081-0/+8
* Add a test to check having a provider loaded without a groups still worksMatt Caswell2020-07-081-1/+4
* Fix an incorrect error flow in add_provider_groupsMatt Caswell2020-07-081-1/+1
* Fix OSSL_PROVIDER_get_capabilities()Matt Caswell2020-07-081-1/+1
* Add support to zeroize plaintext in S3 record layerMartin Elshuber2020-07-077-1/+148
* [test][15-test_genec] Improve EC tests with genpkeyNicola Tuveri2020-07-061-14/+119
* [apps/genpkey] exit status should not be 0 on output errorsNicola Tuveri2020-07-061-2/+4
* [EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri2020-07-069-4/+32
* improve SSL_CTX_set_tlsext_ticket_key_cb ref implGlenn Strauss2020-07-061-7/+9
* Ensure TLS padding is added during encryption on the provider sideMatt Caswell2020-07-062-6/+58
* Convert SSLv3 handling to use provider side CBC/MAC removalMatt Caswell2020-07-064-46/+97
* Ensure any allocated MAC is freed in the provider codeMatt Caswell2020-07-0622-4/+44
* Decreate the length after decryption for the stitched ciphersMatt Caswell2020-07-064-0/+21
* Ensure the sslcorrupttest checks all errors on the queueMatt Caswell2020-07-061-3/+11
* Ensure GCM "update" failures return 0 on errorMatt Caswell2020-07-061-2/+2
* Ensure cipher_generic_initkey gets passed the actual provider ctxMatt Caswell2020-07-061-1/+2