doc: document that property names are unique
[openssl.git] / doc / man3 /
2021-10-04 Dr. David von OheimbBIO_f_ssl.pod: Make clear where an SSL BIOs are expecte...
2021-09-30 Dr. Matthias St... doc/man3/SSL_set_fd.pod: add note about Windows compile...
2021-09-28 Peiwei HuFix some documentation errors
2021-09-28 Mattias EllertEVP_PKEY_keygen_init has no argument named pkey
2021-09-25 Paulidoc: Document that the OBJ creation functions are now...
2021-09-24 Paulitls/ccm8: reduce the cipher strength for CCM8 ciphers...
2021-09-24 Paulidoc: document the change to the security level of CCM8...
2021-09-22 Mattias EllertRemove extra comma in man page example code
2021-09-22 Paulidoc: remove end of line whitespace
2021-09-17 Matt CaswellClarify what SSL_get_session() does on the server side...
2021-09-17 Matt CaswellCorrect the documentation for SSL_set_num_tickets()
2021-09-09 PW HuFix some documentation errors
2021-09-07 PW Hu imporve documentation
2021-09-03 PW HuEVP_PKEY_gettable_params.pod: Update argument names
2021-08-31 slontisDocument that EVP_get_cipherbyname() does not work...
2021-08-20 Omair MajidFix documentation referring to 'function code'
2021-08-18 Todd ShortFix state name abbreviation
2021-08-18 Richard LevitteEVP_PKEY_get_utf8_string_param(): ensure the string...
2021-08-18 Paulidoc: remove errant blank line to appease doc-nits
2021-08-17 Shane LontisAdd support for camellia cbc cts mode
2021-08-17 Richard LevitteCorrect UTF8 params documentation further
2021-08-13 Tomas MrazCorrect documentation errors in regards to UTF8 params
2021-08-11 Todd ShortSort SSL_OP names in documentation
2021-08-11 Todd ShortAdd missing SSL_OP flags
2021-08-06 Tomas MrazX509_STORE_CTX_get_error: Fix some minor documentation...
2021-08-05 Billy Brumley[doc/man3] documentation: BN_cmp manpage updates
2021-08-04 Beat Bollidoc: replace markdown backticks with perlpod syntax
2021-07-29 Matt CaswellUpdate copyright year
2021-07-27 Matt CaswellMark the EVP_PKEY_METHOD arg as const on some EVP_PKEY_...
2021-07-27 Tomas MrazECDSA_SIG_set0(): Clarify documentation and fix formatt...
2021-07-26 Richard LevitteDOCS: Move the description of EVP_PKEY_get0_description()
2021-07-26 Richard LevitteEVP: Add EVP_PKEY_get0_provider() and EVP_PKEY_CTX_get0...
2021-07-21 Dr. David von Oheimbtls_process_{client,server}_certificate(): allow verify...
2021-07-21 Dr. David von OheimbSSL_CTX_set_cert_verify_callback.pod: various correctio...
2021-07-21 yangyangtiantianlo... Add testcases for SSL_key_update() corner case calls
2021-07-20 Petr Gottharddoc: fix OPENSSL_VERSION_NUMBER length in the synopsis
2021-07-16 Tomas Mrazdoc: It is not possible to use SSL_OP_* value in prepro...
2021-07-16 Tomas MrazRSA_public_decrypt is equivalent to a verify recover...
2021-07-15 Paulidoc: document the params arguments to the initialisatio...
2021-07-15 Tomas MrazMake EVP_PKEY_check() be an alias for EVP_PKEY_pairwise...
2021-07-15 Tomas Mrazdoc: Document that incomplete certificates return error
2021-07-11 Dr. David von OheimbImprove doc of OSSL_HTTP_REQ_CTX_set_expected() on...
2021-07-06 Paulidoc: update documentation to note removal of ERR_GET_FUNC()
2021-07-02 Tomas MrazPEM_read_...: document that garbage and other PEM data...
2021-07-01 Tomas Mrazdoc: Mention the update of der data pointers in d2i/i2d
2021-06-30 Dr. David von OheimbOSSL_CRMF_{CERTTEMPLATE,CERTID}_get0_serialNumber(...
2021-06-30 Dr. David von OheimbCMP: Add missing getter functions to CRMF API and CMP API
2021-06-29 Hubert Kariodoc: make error checking in ticket handling code explicit
2021-06-26 Dr. David von OheimbDOC: Clarify the role of EKUs including defaults for...
2021-06-26 Theo BuehlerFix two typos in OSSL_trace_enabled.pod
2021-06-24 Matt CaswellUpdate documentation following updates to the provider...
2021-06-24 Paulidoc: Document that the OBJ creation functions don't...
2021-06-23 Richard LevitteEVP: Change the output size type of EVP_Q_digest()...
2021-06-17 Matt CaswellUpdate copyright year
2021-06-16 Dr. David von OheimbHTTP client: fix use of OSSL_HTTP_adapt_proxy(), which...
2021-06-16 Dr. David von OheimbX509_digest_sig(): Improve default hash for EdDSA and...
2021-06-16 Matt CaswellAdd documentation for the newly added OBJ up calls
2021-06-15 Rich SalzRemove "-immedate_renegotiation" option
2021-06-11 Dr. David von OheimbRename OSSL_HTTP_set_request() to OSSL_HTTP_set1_reques...
2021-06-11 Dr. David von OheimbHTTP client: Fix GET request handling when rctx is...
2021-06-11 William EdmistenAdd support for ISO 8601 datetime format
2021-06-11 Tomas MrazBIO_write_ex: No error only on 0 bytes to write
2021-06-11 Richard LevitteSTORE: Make OSSL_STORE_LOADER_fetch() consistent with...
2021-06-10 Tomas MrazDocument that provider name can be a full path
2021-06-10 Petr Gottharddoc: fix OSSL_PARAM_BLD pointers in the example
2021-06-10 Todd ShortOptimize session cache flushing
2021-06-09 Richard LevitteDecoding PKCS#8: separate decoding of encrypted and...
2021-06-08 Paulidoc: add references to cipher life cycle documentation
2021-06-08 Paulidoc: add references to digest life cycle documentation
2021-06-08 Tomas MrazX509_digest_sig: Handle RSA-PSS and EDDSA certificates
2021-06-08 Dr. David von OheimbImprove the documentation of cert path building and...
2021-06-08 Dr. David von OheimbX509_STORE_CTX_new.pod and x509_vfy.h.in: rename some...
2021-06-08 Dr. David von OheimbBIO_write-ex(): Improve behavior in corner cases and...
2021-06-08 Shane LontisAdd a gettable for provider ciphers to return the EVP_C...
2021-06-05 Richard LevitteENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPE
2021-06-05 Matt CaswellAdd documentation for newly added ASN1 functions
2021-06-05 Matt CaswellTeach more of the ASN.1 code about libctx/propq
2021-06-02 Paulidoc: fix OSSL_(EN|DE)CODER_get0_name function names
2021-06-02 Paulidoc: make XXX_get_number() internal
2021-06-02 Tomas MrazAdd NCONF_get_section_names()
2021-06-02 Rich SalzAdd NCONF_get0_libctx()
2021-06-01 Tomas MrazAdd documentation of the old names kept as alias macros
2021-06-01 Tomas MrazRename also the OSSL_PROVIDER_name() function
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-06-01 Jon SpillettEnhance the encoder/decoder tests to allow testing...
2021-06-01 Paulirand: use size_t for size argument to RAND_bytes_ex()
2021-06-01 Shane LontisDocument Settable EVP_CIPHER_CTX parameter "use-bits"
2021-05-30 Shane LontisFix PKCS7_verify to not have an error stack if it succeeds.
2021-05-29 Paulidoc: document the strength arugments to the RNG functions
2021-05-29 Dr. David von OheimbBIO_s_accept.pod: Add missing documentation for BIO_...
2021-05-29 Dr. David von OheimbDOC: Slightly improve the documentation of BIO_lookup...
2021-05-28 Shane LontisAdd Docs for EVP_CIPHER-*
2021-05-28 Shane LontisEVP_CIPHER Documentation updates
2021-05-28 Tommy ChiangFix typo about SSL_CONF_FLAG_CMDLINE
2021-05-28 David MakepeaceFix doc typos.
2021-05-27 Shane LontisFix spelling mistake in d2i_PrivateKey.pod
2021-05-26 Tomas MrazDeprecate old style BIO callback calls
2021-05-25 Paulidoc: document the MAC block size getter
2021-05-25 Richard LevitteDOCS: Don't mention internal functions in public docume...
2021-05-24 Jon SpillettAdded PKCS5_PBE_keyivgen_ex() to allow PBKDF1 algorithm...
next