summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2021-06-11BIO_write_ex: No error only on 0 bytes to writeTomas Mraz
2021-06-11Fix FIPS provider value in docsTodd Short
2021-06-11STORE: Make OSSL_STORE_LOADER_fetch() consistent with all other fetch functionsRichard Levitte
2021-06-11Document that provider name can be a full pathTomas Mraz
2021-06-10doc: fix OSSL_PARAM_BLD pointers in the examplePetr Gotthard
2021-06-10Enable ssl-trace by defaultArran Cudbard-Bell
2021-06-10Optimize session cache flushingTodd Short
2021-06-10APPS: Restore the possibility to combine -pubout with -textRichard Levitte
2021-06-09Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8Richard Levitte
2021-06-08doc: add PKEY life cycle documentationPauli
2021-06-08doc: build changes for PKEY life cycle documentationPauli
2021-06-08doc: add build info for cipher life cycle documentationPauli
2021-06-08doc: add references to cipher life cycle documentationPauli
2021-06-08doc: add cipher life cycle documentationPauli
2021-06-08doc: improve the cipher life cycle diagramPauli
2021-06-08doc: remove empty sectionPauli
2021-06-08doc: add references to digest life cycle documentationPauli
2021-06-08doc: add digest life cycle documentationPauli
2021-06-08doc: add digest lifecycle diagramPauli
2021-06-08life-cycles: update digest state tablePauli
2021-06-08X509_digest_sig: Handle RSA-PSS and EDDSA certificatesTomas Mraz
2021-06-08Improve the documentation of cert path building and validationDr. David von Oheimb
2021-06-08X509_STORE_CTX_new.pod and x509_vfy.h.in: rename some params for clarity, imp...Dr. David von Oheimb
2021-06-08BIO_write-ex(): Improve behavior in corner cases and documentationDr. David von Oheimb
2021-06-08Add a gettable for provider ciphers to return the EVP_CIPH_RAND_KEY flagShane Lontis
2021-06-08Document missing EC/SM2 paramsShane Lontis
2021-06-06doc: update generated image filesPauli
2021-06-06doc: update Graphviz images to have a transparent backgroundPauli
2021-06-05ENCODER: use property definitions instead of getting implementation parametersRichard Levitte
2021-06-05ENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPERichard Levitte
2021-06-05DECODER: use property definitions instead of getting implementation parametersRichard Levitte
2021-06-05Add documentation for newly added ASN1 functionsMatt Caswell
2021-06-05Teach more of the ASN.1 code about libctx/propqMatt Caswell
2021-06-02doc: fix OSSL_(EN|DE)CODER_get0_name function namesPauli
2021-06-02doc: make XXX_get_number() internalPauli
2021-06-02doc: move XXX_get_number() documentation to internalPauli
2021-06-02Add NCONF_get_section_names()Tomas Mraz
2021-06-02Add NCONF_get0_libctx()Rich Salz
2021-06-01Add documentation of the old names kept as alias macrosTomas Mraz
2021-06-01Rename also the OSSL_PROVIDER_name() functionTomas Mraz
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-06-01Enhance the encoder/decoder tests to allow testing with a non-default library...Jon Spillett
2021-06-01rand: use size_t for size argument to RAND_bytes_ex()Pauli
2021-06-01Migration guide updates for flags and controls.Shane Lontis
2021-06-01Document Settable EVP_CIPHER_CTX parameter "use-bits"Shane Lontis
2021-05-31Teach EVP_PKEYs to say whether they were decoded from explicit paramsMatt Caswell
2021-05-31Fix PKCS7_verify to not have an error stack if it succeeds.Shane Lontis
2021-05-29doc: document the strength arugments to the RNG functionsPauli
2021-05-29BIO_s_accept.pod: Add missing documentation for BIO_{get,set}_accept_ip_family()Dr. David von Oheimb
2021-05-29apps/ocsp: Allow -port 0Dr. David von Oheimb