summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* BIO_write_ex: No error only on 0 bytes to writeTomas Mraz2021-06-111-2/+5
* Fix FIPS provider value in docsTodd Short2021-06-111-1/+1
* STORE: Make OSSL_STORE_LOADER_fetch() consistent with all other fetch functionsRichard Levitte2021-06-111-3/+3
* Document that provider name can be a full pathTomas Mraz2021-06-112-2/+12
* doc: fix OSSL_PARAM_BLD pointers in the examplePetr Gotthard2021-06-101-8/+8
* Enable ssl-trace by defaultArran Cudbard-Bell2021-06-102-4/+2
* Optimize session cache flushingTodd Short2021-06-101-0/+5
* APPS: Restore the possibility to combine -pubout with -textRichard Levitte2021-06-101-2/+4
* Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8Richard Levitte2021-06-092-6/+8
* doc: add PKEY life cycle documentationPauli2021-06-082-0/+713
* doc: build changes for PKEY life cycle documentationPauli2021-06-081-0/+7
* doc: add build info for cipher life cycle documentationPauli2021-06-081-1/+8
* doc: add references to cipher life cycle documentationPauli2021-06-082-3/+13
* doc: add cipher life cycle documentationPauli2021-06-082-0/+370
* doc: improve the cipher life cycle diagramPauli2021-06-081-7/+5
* doc: remove empty sectionPauli2021-06-081-3/+0
* doc: add references to digest life cycle documentationPauli2021-06-083-4/+13
* doc: add digest life cycle documentationPauli2021-06-082-1/+229
* doc: add digest lifecycle diagramPauli2021-06-081-0/+0
* life-cycles: update digest state tablePauli2021-06-081-0/+0
* X509_digest_sig: Handle RSA-PSS and EDDSA certificatesTomas Mraz2021-06-081-1/+3
* Improve the documentation of cert path building and validationDr. David von Oheimb2021-06-0810-239/+366
* X509_STORE_CTX_new.pod and x509_vfy.h.in: rename some params for clarity, imp...Dr. David von Oheimb2021-06-081-6/+6
* BIO_write-ex(): Improve behavior in corner cases and documentationDr. David von Oheimb2021-06-081-5/+11
* Add a gettable for provider ciphers to return the EVP_CIPH_RAND_KEY flagShane Lontis2021-06-081-2/+10
* Document missing EC/SM2 paramsShane Lontis2021-06-082-1/+32
* doc: update generated image filesPauli2021-06-063-0/+0
* doc: update Graphviz images to have a transparent backgroundPauli2021-06-066-0/+11
* ENCODER: use property definitions instead of getting implementation parametersRichard Levitte2021-06-051-34/+8
* ENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPERichard Levitte2021-06-052-20/+0
* DECODER: use property definitions instead of getting implementation parametersRichard Levitte2021-06-051-78/+26
* Add documentation for newly added ASN1 functionsMatt Caswell2021-06-057-13/+595
* Teach more of the ASN.1 code about libctx/propqMatt Caswell2021-06-051-2/+6
* doc: fix OSSL_(EN|DE)CODER_get0_name function namesPauli2021-06-022-2/+2
* doc: make XXX_get_number() internalPauli2021-06-0213-86/+11
* doc: move XXX_get_number() documentation to internalPauli2021-06-021-0/+115
* Add NCONF_get_section_names()Tomas Mraz2021-06-021-4/+24
* Add NCONF_get0_libctx()Rich Salz2021-06-021-1/+6
* Add documentation of the old names kept as alias macrosTomas Mraz2021-06-014-8/+98
* Rename also the OSSL_PROVIDER_name() functionTomas Mraz2021-06-013-5/+6
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-0134-400/+455
* Enhance the encoder/decoder tests to allow testing with a non-default library...Jon Spillett2021-06-012-0/+75
* rand: use size_t for size argument to RAND_bytes_ex()Pauli2021-06-011-2/+2
* Migration guide updates for flags and controls.Shane Lontis2021-06-011-0/+19
* Document Settable EVP_CIPHER_CTX parameter "use-bits"Shane Lontis2021-06-011-6/+103
* Teach EVP_PKEYs to say whether they were decoded from explicit paramsMatt Caswell2021-05-311-0/+5
* Fix PKCS7_verify to not have an error stack if it succeeds.Shane Lontis2021-05-311-12/+14
* doc: document the strength arugments to the RNG functionsPauli2021-05-292-18/+28
* BIO_s_accept.pod: Add missing documentation for BIO_{get,set}_accept_ip_family()Dr. David von Oheimb2021-05-291-0/+6
* apps/ocsp: Allow -port 0Dr. David von Oheimb2021-05-291-0/+1