summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* [doc/man3] finish EC_GROUP_get_field_type documentationBilly Brumley2020-06-211-7/+10
* doc: Document OSSL_PARAM_modified and OSSL_PARAM_set_all_unmodified.Pauli2020-06-201-1/+2
* Add more complete support for libctx/propq in the EC codeMatt Caswell2020-06-192-58/+65
* Update the various SSL group getting and setting functionsMatt Caswell2020-06-191-8/+18
* Add some missing OSSL_PKEY_PARAM_GROUP_NAME documentationMatt Caswell2020-06-192-1/+7
* Add documentation about CapabilitiesMatt Caswell2020-06-192-4/+96
* Make EVP_PKEY_CTX_[get|set]_group_name work for DH tooMatt Caswell2020-06-191-1/+1
* Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell2020-06-193-21/+27
* Add the OSSL_PROVIDER_get_capabilities() API functionMatt Caswell2020-06-191-1/+16
* Add missing section on asymmetric ciphersBenny Baumann2020-06-191-0/+8
* Remove whitespace from 'white space'haykam8212020-06-195-8/+8
* DOC: Spelling fixesSebastian Andrzej Siewior2020-06-186-8/+8
* Add ACVP fips module testsShane Lontis2020-06-171-0/+53
* Improve BIO_socket_wait(), BIO_wait(), BIO_connect_retry(), and their docsDr. David von Oheimb2020-06-163-18/+29
* CMS_get0_signers() descriptionolszomal2020-06-161-1/+1
* Fix nits detected by make cmd-nitsNicola Tuveri2020-06-141-1/+1
* Move part of OSSL_CMP_validate_msg() to ossl_cmp_msg_check_update()Dr. David von Oheimb2020-06-133-8/+11
* Improve description of CMP untrusted certs and msg 'sender' fieldDr. David von Oheimb2020-06-132-36/+35
* Make CMP server use same protection for response as for requestDr. David von Oheimb2020-06-131-1/+8
* Improve ossl_cmp_msg_check_received() and rename to ossl_cmp_msg_check_update()Dr. David von Oheimb2020-06-131-26/+25
* Add request URL path checking and status responses to HTTP serverDr. David von Oheimb2020-06-131-8/+9
* Allow subject of CMP -oldcert as sender unless protection cert is givenDr. David von Oheimb2020-06-132-3/+5
* Check expected sender not only for signature-protected CMP messagesDr. David von Oheimb2020-06-132-3/+2
* Improve description of -trusted, -srvcert, -recipient, and -expect_sender CMP...Dr. David von Oheimb2020-06-132-66/+69
* doc: Add a hint to man3/EVP_$hash that it is legacySebastian Andrzej Siewior2020-06-115-4/+13
* The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli2020-06-1112-54/+54
* kdf: make function naming consistent.Pauli2020-06-1112-101/+101
* Make it clear that you can't use all ciphers for CMACMatt Caswell2020-06-101-1/+2
* Update RSA keygen to use sp800-56b by defaultShane Lontis2020-06-102-1/+8
* TLSv1.3: additional checks in SSL_set_record_padding_callbackVadim Fedorenko2020-06-081-1/+9
* Fix documentation of OSSL_STOREDr. David von Oheimb2020-06-082-30/+30
* Consolidate doc of BIO_do_connect() and its alias BIO_do_handshake()Dr. David von Oheimb2020-06-062-10/+18