summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb2021-05-144-31/+33
* mac: improve MAC documentation (Poly 1305 key reuse, nomenclature)Pauli2021-05-142-1/+10
* Slightly reformat ssl.h.inRich Salz2021-05-142-2/+5
* Convert SSL_{CTX}_[gs]et_options to 64Rich Salz2021-05-141-6/+6
* doc: remove references to undepreciated commands being deprecated.Pauli2021-05-134-9/+23
* Replace EVP_PKEY_supports_digest_nidTomas Mraz2021-05-135-61/+51
* clarification about the DES statusDmitry Belyavskiy2021-05-132-0/+8
* Enumerating the legacy provider's cipher algorithmsDmitry Belyavskiy2021-05-131-0/+26
* EVP_PKEY-X25519.pod: Correct EVP_PKEY_Q_keygen function name in exampleDr. David von Oheimb2021-05-131-1/+1
* Fix cut/paste (?) error.Rich Salz2021-05-131-1/+1
* Export/import flags for FFC params changed to seperate fields.Shane Lontis2021-05-131-0/+17
* HTTP client: Minimal changes that include the improved APIDr. David von Oheimb2021-05-126-191/+300
* Add ASN1_item_i2d_mem_bio(); document and improve also ASN1_item_d2i_bio()Dr. David von Oheimb2021-05-122-0/+51
* doc: document the encoder and decoder name functionsPauli2021-05-122-0/+20
* use LHASH_OF(TYPE) macro to make the example consistent with the declaration ...EasySec2021-05-121-1/+1
* Update documentation following addition of OSSL_LIB_CTX_new_child()Matt Caswell2021-05-115-8/+167
* Add the concept of a child OSSL_LIB_CTXMatt Caswell2021-05-111-5/+7
* Constify EVP_PKEY_CTX_set_params(), EVP_PKEY_CTX_{set,get}table_params(), etc.Dr. David von Oheimb2021-05-111-3/+3
* Add convenience functions and macros for asymmetric key generationDr. David von Oheimb2021-05-1112-75/+113
* reduce surprise in choice of CASE/String/STRING by allowing all inputs to be ...Michael Richardson2021-05-111-2/+3
* Crypto: Add deprecation compatibility declarations for SHA* message digest fu...Dr. David von Oheimb2021-05-083-19/+35
* Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...Dr. David von Oheimb2021-05-082-33/+56
* DOC: Fix all wrong occurrences of '<propq>' to 'I<propq>'Dr. David von Oheimb2021-05-085-20/+19
* apps/mac: Add digest and cipher command line optionsPauli2021-05-081-17/+27
* apps: add mac, cipher and digest arguments to the kdf applet.Pauli2021-05-081-2/+31
* BIO_printf.pod: Clarify that output is always null terminated.Scott McPeak2021-05-081-3/+4
* doc: document the new ossl_provider_clear_all_operation_bits() functionPauli2021-05-071-2/+8
* Unify parameter types in documentationTomas Mraz2021-05-0712-38/+39
* Fixes #15070. Allow custom algorithm ID ASN.1 encoding for provided ciphersJon Spillett2021-05-071-1/+1
* Update copyright yearMatt Caswell2021-05-0624-24/+24
* Document the behavior of the -inform and related optionsTomas Mraz2021-05-0620-112/+72
* provider-storemgmt: Document the input-type and properties parameters.Tomas Mraz2021-05-061-0/+10
* Make the -inform option to be respected if possibleTomas Mraz2021-05-062-1/+5
* try to document changes in salt handling for the 'enc' commandEasySec2021-05-061-3/+7
* Deprecate X509{,_CRL}_http_nbio() and simplify their definitionDr. David von Oheimb2021-05-051-0/+5
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-6/+11
* APPS: Slightly extend and improve documentation of the opt_ APIDr. David von Oheimb2021-05-051-31/+53
* Correct ssl_conf logic for "legacy_server_connect"Benjamin Kaduk2021-05-052-1/+1
* Enforce secure renegotiation support by defaultBenjamin Kaduk2021-05-052-14/+6
* mac: update life-cycle description and diagrams to include finalXOFPauli2021-05-054-5/+15
* doc: document EVP_MAC_finalXOF()Pauli2021-05-051-3/+7
* Add .includedir pragmaRich Salz2021-05-051-2/+9
* Allow absolute paths to be setRich Salz2021-05-051-20/+19
* Note that dhparam does support X9.42Rich Salz2021-05-051-10/+6
* DOCS: Mention that libcrypto has helper functions for OSSL_PARAMsRichard Levitte2021-05-051-0/+6
* HTTP client: Correct the use of optional proxy URL and its documentationDr. David von Oheimb2021-05-042-21/+24
* BIO_eof() and OSSL_STORE_eof(): Make sure to return 1 on error; improve relat...Dr. David von Oheimb2021-05-042-3/+3
* OSSL_STORE_expect(): Improve error handling and documentationDr. David von Oheimb2021-05-041-4/+6
* OCSP: Minor improvements of documentation and header fileDr. David von Oheimb2021-05-041-5/+8
* Document the new core BIO public API supportMatt Caswell2021-05-044-13/+106