summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell2020-07-1636-233/+207
* Add latest changes and news in CHANGES.md and NEWS.mdRichard Levitte2020-07-162-0/+16
* capabilities: make capability selection case insensitive.Pauli2020-07-161-1/+2
* libcrypto.num: engine deprecation updatesPauli2020-07-161-121/+121
* doc: remove unused engine tracing optionPauli2020-07-161-4/+0
* trace: condition out engine related tracingPauli2020-07-162-2/+6
* Document that ENGINE_add_conf_module() was deprecated.Pauli2020-07-161-0/+4
* Document that exdata for ENGINES is deprecated.Pauli2020-07-161-0/+3
* Document that the ENGINE_[sg]_ex_data() calls are reprecated.Pauli2020-07-161-0/+5
* RAND: document that the ENGINE RAND override is deprecated.Pauli2020-07-161-1/+7
* ENGINESDIR: document that this configuration is deprecated.Pauli2020-07-161-1/+2
* doc: document that the engine initialisation options are deprecated.Pauli2020-07-162-9/+16
* deprecate engines in provider codePauli2020-07-161-0/+3
* deprecate engines in libcryptoPauli2020-07-1630-0/+90
* apps: deprecate enginesPauli2020-07-166-0/+18
* deprecate engine from public header filesPauli2020-07-161-136/+153
* deprecate engine testsPauli2020-07-162-0/+6
* deprecate engines in SSLPauli2020-07-164-0/+12
* deprecate enginesPauli2020-07-166-2/+17
* 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-111-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