aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Correct the documentation for OPENSSL_MALLOC_FDMatt Caswell2022-08-171-8/+9
* Make OSSL_TIME a structurePauli2022-08-121-9/+31
* Change name of parameter in documentation from sigret to sigKurt Roeckx2022-08-043-3/+3
* Properly document deprecation of DH_new() and related functionsTomas Mraz2022-08-042-3/+15
* Fix EC_KEY_set_private_key() NULL priv_key docsRoberto Hueso Gomez2022-08-041-6/+12
* Note that EVP_CIPHER_get_iv_length returns negative values on errorPauli2022-08-031-1/+1
* Implement AES-GCM-SIV (RFC8452)Todd Short2022-07-291-0/+2
* Correction: uncompressed is the default valueGregoryTrzonkowski2022-07-291-2/+2
* Add some documentation for the BIO_s_mem() datagram capabilityMatt Caswell2022-07-281-10/+25
* Update EVP_KDF-X942-ASN1.podJoachim Vandersmissen2022-07-281-2/+2
* x509_lu.c and x509_vfy.c: improve coding style, comments, and related docDr. David von Oheimb2022-07-265-45/+47
* Fix error in LHASH documentationPauli2022-07-261-1/+1
* Fix error in example.Pauli2022-07-221-2/+1
* X509_STORE_CTX_purpose_inherit(): add missing details to its documentationDr. David von Oheimb2022-07-211-3/+7
* Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg()Dr. David von Oheimb2022-07-202-0/+18
* apps/x509: Improve doc fix for -CAserial anc -CAcreateserialDr. David von Oheimb2022-07-191-5/+7
* Add X509_PUBKEY_set0_public_key(), extracted from X509_PUBKEY_set0_param()Dr. David von Oheimb2022-07-191-7/+21
* dhparam: Correct the documentation of -dsaparamTomas Mraz2022-07-181-6/+5
* CMS: add CMS_SignedData_verify(), a variant of CMS_verify() with extensionsDr. David von Oheimb2022-07-162-29/+57
* CMS_add0_cert.pod: various improvements of the descriptionDr. David von Oheimb2022-07-161-14/+20
* Added paragraph to free objects alloced by X509V3_add1_i2d()Allan2022-07-151-23/+26
* Updated X509v3_get_ext_by_NID.pod and X509_CRL_get0_by_serial.podAllan2022-07-152-56/+59
* openssl-x509.pod.in: fix description of certificate serial number storageDr. David von Oheimb2022-07-141-6/+6
* APPS/x509: With -CA but both -CAserial and -CAcreateserial not given, use ran...Dr. David von Oheimb2022-07-141-5/+7
* OSSL_trace_set_channel.pod and openssl.pod: fix missing/inconsistent category...Dr. David von Oheimb2022-07-122-11/+59
* Add config option for speed commandKan2022-07-111-0/+7
* Add the LibreOffice Draw source for the QUIC overview graphTomas Mraz2022-07-111-0/+0
* Updated information for OSSL_SIGNATURE_PARAM_PSS_SALTLENAllan2022-07-061-3/+5
* http_client.c: fix comment and documentation of the memory BIOs usedDr. David von Oheimb2022-07-062-16/+16
* OSSL_HTTP_open(): improve use of use_ssl and its documentationDr. David von Oheimb2022-07-061-2/+2
* openssl-cmds.pod.in: add missing entry for cmpDr. David von Oheimb2022-07-061-0/+2
* Fix typos in SSL_CTX_use_certificate.pod fileEasySec2022-07-061-5/+6
* doc: document the event queue internal APIPauli2022-07-061-0/+201
* CMP: introduce version 3, while version 2 stays the defaultDr. David von Oheimb2022-07-011-1/+1
* Documentation update for EVP_set_default_propertiesslontis2022-06-301-0/+6
* Update the default macsaltlen and Add the configure for macsaltlenKan2022-06-301-0/+7
* SSL_get_current_cipher() and SSL_get_pending_cipher() return 'const SSL_CIPHE...olszomal2022-06-281-2/+2
* Add missing documentation of OSSL_FUNC_store_export_object()Tomas Mraz2022-06-281-0/+9
* Correct doubled OSSL_OSSL when documenting OSSL_FUNC_.._fnTomas Mraz2022-06-285-13/+13
* CMS: Export CMS_EnvelopedData and add CMS_EnvelopedData_decrypt()Dr. David von Oheimb2022-06-284-30/+59
* der_writer: Use uint32_t instead of long.Daniel Fiala2022-06-272-4/+4
* Add initial demo-driven design demosHugo Landau2022-06-249-0/+2187
* Added documentation for PEM_X509_INFO_read() and PEM_X509_INFO_read_bio()Allan2022-06-241-5/+17
* Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau2022-06-224-5/+32
* doc: document the new internal time APIPauli2022-06-221-0/+96
* doc: priority queue documentationPauli2022-06-221-0/+125
* Add dgram API discussionHugo Landau2022-06-221-0/+487
* Fix documentation of BIO_FLAGS_BASE64_NO_NLFraser Tweedale2022-06-161-3/+2
* Fix for OSSL_PARAM sample code referencing OSSL_PARAM_UTF8_PTRMichael Baentsch2022-06-163-11/+14
* Update SIV mode documentationTodd Short2022-06-091-9/+20