summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2019-04-03Ensure EVP_MD_CTX_md returns the EVP_MD originally usedMatt Caswell
2019-04-03Replumbing: add documentation for the provider configuration moduleRichard Levitte
2019-04-01add documentationBoris Pismenny
2019-03-30issue-8493: Fix for filenames with newlines using openssl dgstPauli
2019-03-30Add documents for SM2 cert verificationPaul Yang
2019-03-30trace: rename the default trace category from 'ANY' to 'ALL'Dr. Matthias St. Pierre
2019-03-30trace: apps/openssl: print the correct category nameDr. Matthias St. Pierre
2019-03-29Remove heartbeats completelyRichard Levitte
2019-03-28Make OCSP_id_cmp and OCSP_id_issuer_cmp accept const paramsMatt Caswell
2019-03-27Don't allow SHAKE128/SHAKE256 with HMACMatt Caswell
2019-03-27Fix three identical grammatical errorsDr. Matthias St. Pierre
2019-03-25ts(1): digest option is mandatoryHubert Kario
2019-03-21Document the functions EVP_MD_fetch() and EVP_MD_upref()Matt Caswell
2019-03-20Updated doc for BN_clear, BN_CTX_end when param is NULLShane Lontis
2019-03-20replace 'OpenSSL license' by 'Apache License 2.0'David von Oheimb
2019-03-19Replumbing: add fallback provider capabilityRichard Levitte
2019-03-19Update pkeyutl documentation about the digest optionMatt Caswell
2019-03-19Single step kdf implementationShane Lontis
2019-03-19EVP_PKEY_get0_engine documentationDmitry Belyavskiy
2019-03-19Add documentation for the -sigopt option.Pauli
2019-03-19doc/man3/OSSL_PARAM_TYPE.pod: modify Example 2 to allow unspecified paramsRichard Levitte
2019-03-19Add -new and -subj options to x509 app for direct cert generationDavid von Oheimb
2019-03-18Add generic EVP method fetcherRichard Levitte
2019-03-18Replumbing: better reference counter control in ossl_method_construct()Richard Levitte
2019-03-15trace: update the documentationDr. Matthias St. Pierre
2019-03-14Enable pkeyutl to use Ed448 and Ed25519Matt Caswell
2019-03-14Configure: disable new trace api by defaultDr. Matthias St. Pierre
2019-03-12Replumbing: Add constructor of libcrypto internal method structuresRichard Levitte
2019-03-12Replumbing: Add support for the provider query_operation functionRichard Levitte
2019-03-12Replumbing: Add an OSSL_PROVIDER iterator with callbackRichard Levitte
2019-03-12OSSL_PARAM helper functions.Pauli
2019-03-12Rename 'buffer' to 'data' in OSSL_PARAMRichard Levitte
2019-03-122nd chunk: CRMF code (crypto/crmf/, ) and its integrationDavid von Oheimb
2019-03-12Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLDavid von Oheimb
2019-03-11Add documentationRichard Levitte
2019-03-11openssl app for macs that uses the new EVP_MAC interface (the code inside dgs...Shane Lontis
2019-03-10Fix two spelling errorsA. Schulze
2019-03-09Print all loaded engines with openssl list -enginesTomas Mraz
2019-03-07Update documentation of RSA_padding_check_PKCS1_OAEP_mgf1Bernd Edlinger
2019-03-07Update documentation regarding required output buffer memory sizeBernd Edlinger
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2019-03-06Update ChaCha20-Poly1305 documentationMatt Caswell
2019-03-06Document the tracing functionalityRichard Levitte
2019-03-06Make the sparse array code use ossl_uintmax_t as its index rather than size_t.Pauli
2019-02-28Place return values after examples in docPaul Yang
2019-02-27Replumbing: Add include/openssl/core.h, initially with core typesRichard Levitte
2019-02-27Implement SSH KDFSimo Sorce
2019-02-27Support raw input data in apps/pkeyutlPaul Yang
2019-02-26Add BN_native2bn and BN_bn2nativepad, for native BIGNUM import/exportRichard Levitte
2019-02-26Fix trivial typo in EVP_DigestVerifyInit docNicola Tuveri