summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2020-06-25Update copyright yearMatt Caswell
2020-06-24evp_generic_fetch.pod: fix documentation errorDr. Matthias St. Pierre
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre
2020-06-24Fix some man page typosMatt Caswell
2020-06-24evp_rand: documentationPauli
2020-06-24CTR, HASH and HMAC DRBGs in providerPauli
2020-06-24params: add OSSL_PARAM helpers for time_t.Pauli
2020-06-24CMS print should support string conversion: docsDmitry Belyavskiy
2020-06-23Don't attempt to duplicate the BIO state in SSL_dupMatt Caswell
2020-06-23Update the SSL_dup documentation to match realityMatt Caswell
2020-06-23property: Move global default properties to the library context.Pauli
2020-06-23DOCS: Add documentation for EVP_PKEY_CTX_set_rsa_pss_keygen_mgf1_md_name()Richard Levitte
2020-06-22Fix CMP -days option range checking and test failing with enable-ubsanDr. David von Oheimb
2020-06-22Add documentation of OSSL_CRMF_CERTID_dup()Dr. David von Oheimb
2020-06-21[doc/man3] finish EC_GROUP_get_field_type documentationBilly Brumley
2020-06-20doc: Document OSSL_PARAM_modified and OSSL_PARAM_set_all_unmodified.Pauli
2020-06-19Add more complete support for libctx/propq in the EC codeMatt Caswell
2020-06-19Update the various SSL group getting and setting functionsMatt Caswell
2020-06-19Add some missing OSSL_PKEY_PARAM_GROUP_NAME documentationMatt Caswell
2020-06-19Add documentation about CapabilitiesMatt Caswell
2020-06-19Make EVP_PKEY_CTX_[get|set]_group_name work for DH tooMatt Caswell
2020-06-19Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell
2020-06-19Add the OSSL_PROVIDER_get_capabilities() API functionMatt Caswell
2020-06-19Add missing section on asymmetric ciphersBenny Baumann
2020-06-19Remove whitespace from 'white space'haykam821
2020-06-18DOC: Spelling fixesSebastian Andrzej Siewior
2020-06-17Add ACVP fips module testsShane Lontis
2020-06-16Improve BIO_socket_wait(), BIO_wait(), BIO_connect_retry(), and their docsDr. David von Oheimb
2020-06-16CMS_get0_signers() descriptionolszomal
2020-06-14Fix nits detected by make cmd-nitsNicola Tuveri
2020-06-13Move part of OSSL_CMP_validate_msg() to ossl_cmp_msg_check_update()Dr. David von Oheimb
2020-06-13Improve description of CMP untrusted certs and msg 'sender' fieldDr. David von Oheimb
2020-06-13Make CMP server use same protection for response as for requestDr. David von Oheimb
2020-06-13Improve ossl_cmp_msg_check_received() and rename to ossl_cmp_msg_check_update()Dr. David von Oheimb
2020-06-13Add request URL path checking and status responses to HTTP serverDr. David von Oheimb
2020-06-13Allow subject of CMP -oldcert as sender unless protection cert is givenDr. David von Oheimb
2020-06-13Check expected sender not only for signature-protected CMP messagesDr. David von Oheimb
2020-06-13Improve description of -trusted, -srvcert, -recipient, and -expect_sender CMP...Dr. David von Oheimb
2020-06-11doc: Add a hint to man3/EVP_$hash that it is legacySebastian Andrzej Siewior
2020-06-11The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli
2020-06-11kdf: make function naming consistent.Pauli
2020-06-10Make it clear that you can't use all ciphers for CMACMatt Caswell
2020-06-10Update RSA keygen to use sp800-56b by defaultShane Lontis
2020-06-08TLSv1.3: additional checks in SSL_set_record_padding_callbackVadim Fedorenko
2020-06-08Fix documentation of OSSL_STOREDr. David von Oheimb
2020-06-06Consolidate doc of BIO_do_connect() and its alias BIO_do_handshake()Dr. David von Oheimb
2020-06-05Fix a typo in SSL_CTX_set_session_ticket_cb.podBenjamin Kaduk
2020-06-05Make EVP_PKEY_[get1|set1]_tls_encodedpoint work with provided keysMatt Caswell
2020-06-05Implement OSSL_PROVIDER_get0_provider_ctx()Matt Caswell