summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell2020-07-1612-54/+54
* doc: remove unused engine tracing optionPauli2020-07-161-4/+0
* 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-161-8/+16
* 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-161-6/+17
* Add SSL_get[01]_peer_certificate()Todd Short2020-07-161-6/+21
* Add FIPS related configuration data to the default openssl application config...Shane Lontis2020-07-151-0/+1
* Make -provider_name and -section_name optionalRich Salz2020-07-151-2/+2
* Add AES_CBC_CTS ciphers to providersShane Lontis2020-07-153-8/+80
* DRBG: rename the DRBG taxonomy.Pauli2020-07-143-18/+18
* Add support to zeroize plaintext in S3 record layerMartin Elshuber2020-07-071-0/+14
* improve SSL_CTX_set_tlsext_ticket_key_cb ref implGlenn Strauss2020-07-061-7/+9
* Fix many MarkDown issues in {NOTES*,README*,HACKING,LICENSE}.md filesDr. David von Oheimb2020-07-051-8/+11
* Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txtDr. David von Oheimb2020-07-051-1/+1
* Fix typos and repeated wordsGustaf Neumann2020-07-0599-150/+147
* Fix a typo in the i2d_TYPE_fp documentationMatt Caswell2020-07-031-1/+1
* doc: Remove stray backtickJakub Wilk2020-07-031-1/+1
* doc: remove reference to the predecessor of SHA-1.Pauli2020-07-021-3/+0
* X509v3_cache_extensions(): Improve coding style and doc, fix case 'sha1 == NULL'Dr. David von Oheimb2020-07-011-2/+3
* Add X509_self_signed(), extending and improving documenation and testsDr. David von Oheimb2020-07-013-7/+17
* Move doc of X509{,_REQ,_CRL}_verify{,_ex}() from X509_sign.pod to new X509_ve...Dr. David von Oheimb2020-07-012-45/+92
* Fix issue 1418 by moving check of KU_KEY_CERT_SIGN and weakening check_issued()Dr. David von Oheimb2020-07-013-9/+9
* Improve documentation, layout, and code comments regarding self-issued certs ...Dr. David von Oheimb2020-07-015-95/+136
* Fix a typo on the SSL_dup pageMatt Caswell2020-06-301-2/+2
* Add --fips-key configuration parameter to fipsinstall application.Rich Salz2020-06-291-1/+6
* Make the ASYNC code default libctx awareMatt Caswell2020-06-281-0/+8
* CORE: Add OPENSSL_CTX_set0_default(), to set a default library contextRichard Levitte2020-06-281-12/+21
* doc/man3: fix types taken by HMAC(), HMAC_Update()pedro martelletto2020-06-261-2/+2
* Update copyright yearMatt Caswell2020-06-2531-31/+31
* evp_generic_fetch.pod: fix documentation errorDr. Matthias St. Pierre2020-06-241-1/+1
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-2412-626/+629
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-2415-30/+30
* Fix some man page typosMatt Caswell2020-06-244-6/+6
* evp_rand: documentationPauli2020-06-2412-55/+1133
* CTR, HASH and HMAC DRBGs in providerPauli2020-06-242-16/+30
* params: add OSSL_PARAM helpers for time_t.Pauli2020-06-241-6/+10
* CMS print should support string conversion: docsDmitry Belyavskiy2020-06-241-0/+9
* Don't attempt to duplicate the BIO state in SSL_dupMatt Caswell2020-06-231-3/+0
* Update the SSL_dup documentation to match realityMatt Caswell2020-06-231-10/+64
* property: Move global default properties to the library context.Pauli2020-06-231-9/+6
* DOCS: Add documentation for EVP_PKEY_CTX_set_rsa_pss_keygen_mgf1_md_name()Richard Levitte2020-06-231-4/+9
* Fix CMP -days option range checking and test failing with enable-ubsanDr. David von Oheimb2020-06-221-18/+22
* Add documentation of OSSL_CRMF_CERTID_dup()Dr. David von Oheimb2020-06-221-0/+1