summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
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
2019-02-26Clarify that SSL_shutdown() must not be called after a fatal errorMatt Caswell
2019-02-25fix x509 -force_pubkey option to take effect with cert input or self-signing;...David von Oheimb
2019-02-22Fix a grammar nit in CRYPTO_get_ex_new_index.podPaul Yang
2019-02-21Indent with 4Kurt Roeckx
2019-02-21SSL_CONF_cmd: fix doc for NoRenegotiationHubert Kario
2019-02-19Don't set SNI by default if hostname is not dNS nameIonut Mihalcea
2019-02-19Fixup internal documentationRichard Levitte
2019-02-18Conform to proper NAME section formatRichard Levitte
2019-02-18Property: naming and manual clarifiationsRichard Levitte
2019-02-18Properties for implementation selection.Pauli
2019-02-17Add missing dots in dgst man pageVedran Miletić
2019-02-17Fixed typoJan Macku
2019-02-16Add an OpenSSL library contextRichard Levitte
2019-02-16Add CRYPTO_alloc_ex_data()Richard Levitte
2019-02-15Add EC_GROUP_get0_fieldDavid Asraf
2019-02-15Add option to disable Extended Master SecretTodd Short
2019-02-14Don't signal SSL_CB_HANDSHAKE_START for TLSv1.3 post-handshake messagesMatt Caswell
2019-02-14Sparse array iterators include index position.Pauli
2019-02-13Added new EVP/KDF API.David Makepeace
2019-02-12Add sparse array data type.Pauli
2019-02-11ENGINE modules aren't special, so call them MODULESRichard Levitte
2019-02-11Allow the syntax of the .include directive to optionally have '='Tomas Mraz
2019-02-08Update d2i_PrivateKey documentationTodd Short
2019-02-07Make OPENSSL_malloc_init() a no-opMatt Caswell
2019-02-06blake2: add EVP_MAC man pageAntoine Salon
2019-02-05Remove unnecessary trailing whitespaceSam Roberts
2019-02-05Make some simple getters take const SSL/SSL_CTXSam Roberts