summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2022-08-17Correct the documentation for OPENSSL_MALLOC_FDMatt Caswell
2022-08-12Make OSSL_TIME a structurePauli
2022-08-04Change name of parameter in documentation from sigret to sigKurt Roeckx
2022-08-04Properly document deprecation of DH_new() and related functionsTomas Mraz
2022-08-04Fix EC_KEY_set_private_key() NULL priv_key docsRoberto Hueso Gomez
2022-08-03Note that EVP_CIPHER_get_iv_length returns negative values on errorPauli
2022-07-29Implement AES-GCM-SIV (RFC8452)Todd Short
2022-07-29Correction: uncompressed is the default valueGregoryTrzonkowski
2022-07-28Add some documentation for the BIO_s_mem() datagram capabilityMatt Caswell
2022-07-28Update EVP_KDF-X942-ASN1.podJoachim Vandersmissen
2022-07-26x509_lu.c and x509_vfy.c: improve coding style, comments, and related docDr. David von Oheimb
2022-07-26Fix error in LHASH documentationPauli
2022-07-22Fix error in example.Pauli
2022-07-21X509_STORE_CTX_purpose_inherit(): add missing details to its documentationDr. David von Oheimb
2022-07-20Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg()Dr. David von Oheimb
2022-07-19apps/x509: Improve doc fix for -CAserial anc -CAcreateserialDr. David von Oheimb
2022-07-19Add X509_PUBKEY_set0_public_key(), extracted from X509_PUBKEY_set0_param()Dr. David von Oheimb
2022-07-18dhparam: Correct the documentation of -dsaparamTomas Mraz
2022-07-16CMS: add CMS_SignedData_verify(), a variant of CMS_verify() with extensionsDr. David von Oheimb
2022-07-16CMS_add0_cert.pod: various improvements of the descriptionDr. David von Oheimb
2022-07-15Added paragraph to free objects alloced by X509V3_add1_i2d()Allan
2022-07-15Updated X509v3_get_ext_by_NID.pod and X509_CRL_get0_by_serial.podAllan
2022-07-14openssl-x509.pod.in: fix description of certificate serial number storageDr. David von Oheimb
2022-07-14APPS/x509: With -CA but both -CAserial and -CAcreateserial not given, use ran...Dr. David von Oheimb
2022-07-12OSSL_trace_set_channel.pod and openssl.pod: fix missing/inconsistent category...Dr. David von Oheimb
2022-07-11Add config option for speed commandKan
2022-07-11Add the LibreOffice Draw source for the QUIC overview graphTomas Mraz
2022-07-06Updated information for OSSL_SIGNATURE_PARAM_PSS_SALTLENAllan
2022-07-06http_client.c: fix comment and documentation of the memory BIOs usedDr. David von Oheimb
2022-07-06OSSL_HTTP_open(): improve use of use_ssl and its documentationDr. David von Oheimb
2022-07-06openssl-cmds.pod.in: add missing entry for cmpDr. David von Oheimb
2022-07-06Fix typos in SSL_CTX_use_certificate.pod fileEasySec
2022-07-06doc: document the event queue internal APIPauli
2022-07-01CMP: introduce version 3, while version 2 stays the defaultDr. David von Oheimb
2022-06-30Documentation update for EVP_set_default_propertiesslontis
2022-06-30Update the default macsaltlen and Add the configure for macsaltlenKan
2022-06-28SSL_get_current_cipher() and SSL_get_pending_cipher() return 'const SSL_CIPHE...olszomal
2022-06-28Add missing documentation of OSSL_FUNC_store_export_object()Tomas Mraz
2022-06-28Correct doubled OSSL_OSSL when documenting OSSL_FUNC_.._fnTomas Mraz
2022-06-28CMS: Export CMS_EnvelopedData and add CMS_EnvelopedData_decrypt()Dr. David von Oheimb
2022-06-27der_writer: Use uint32_t instead of long.Daniel Fiala
2022-06-24Add initial demo-driven design demosHugo Landau
2022-06-24Added documentation for PEM_X509_INFO_read() and PEM_X509_INFO_read_bio()Allan
2022-06-22Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau
2022-06-22doc: document the new internal time APIPauli
2022-06-22doc: priority queue documentationPauli
2022-06-22Add dgram API discussionHugo Landau
2022-06-16Fix documentation of BIO_FLAGS_BASE64_NO_NLFraser Tweedale
2022-06-16Fix for OSSL_PARAM sample code referencing OSSL_PARAM_UTF8_PTRMichael Baentsch
2022-06-09Update SIV mode documentationTodd Short