aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* document the deprecation of the '-public-key-methods' option to listPauli2020-07-221-6/+9
* EVP: deprecate the EVP_X_meth_ functions.Pauli2020-07-224-0/+40
* Align documentation with recommendations of Linux Documentation ProjectGustaf Neumann2020-07-2250-92/+92
* Avoid errors with a priori inapplicable protocol boundsViktor Dukhovni2020-07-212-9/+27
* DOC: Fix SSL_CTX_set_cert_cb.pod and SSL_CTX_set_client_cert_cb.podRichard Levitte2020-07-212-18/+15
* Add ERR_raise() errors to fips OSSL_provider_init and self tests.Shane Lontis2020-07-212-1/+18
* man3: Drop warning about using security levels higher than 1.Dimitri John Ledkov2020-07-201-6/+0
* Added missing ';' after methods in the synopsis section of pod filesShane Lontis2020-07-1941-119/+119
* 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-162-10/+13
* Update copyright yearRichard Levitte2020-07-1639-39/+39
* Revert "kdf: make function naming consistent."Matt Caswell2020-07-1612-101/+101
* 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