summaryrefslogtreecommitdiffstats
path: root/util/private.num
AgeCommit message (Expand)Author
2019-10-03Rename "private" file, doc doc changes in CHANGESRich Salz
2019-09-27 Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLDr. David von Oheimb
2019-09-06Update private.num for KDFs/PRFsPauli
2019-08-06API to get negotiated key exchange algorithm in TLS1.3raja-ashok
2019-07-31ERR: Remove ERR_put_func_error() and reimplement ERR_put_error() as a macroRichard Levitte
2019-07-31ERR: Implement the macros ERR_raise() and ERR_raise_data() and use themRichard Levitte
2019-07-23Re-implement EVP_MD_name() and EVP_CIPHER_name() as functionsRichard Levitte
2019-07-22Add basic EVP_KEYMGMT API and libcrypto <-> provider interfaceRichard Levitte
2019-07-17Deprecated {OPENSSL,CRYPTO}_debug_mem_{push,pop}Rich Salz
2019-06-24Change OSSL_PARAM return size to not be a pointer.Pauli
2019-06-17Better document specific OSSL_PARAM symbols.Pauli
2019-06-11Change cipher default strings to a functionTodd Short
2019-05-03Added EVP_KDF (similiar to the EVP_MAC)Shane Lontis
2019-04-01add documentationBoris Pismenny
2019-03-15trace: update the documentationDr. Matthias St. Pierre
2019-03-12OSSL_PARAM helper functions.Pauli
2019-03-11Add documentationRichard Levitte
2019-03-06Document the tracing functionalityRichard Levitte
2019-02-27Replumbing: Add include/openssl/core.h, initially with core typesRichard Levitte
2019-02-16Add an OpenSSL library contextRichard Levitte
2019-02-13Added new EVP/KDF API.David Makepeace
2019-01-30Document and add macros for additional DSA optionsDavid Benjamin
2019-01-27add an additional async notification communication method based on callbackPing Yu
2018-12-07ssl: Linux TLS Tx OffloadBoris Pismenny
2018-12-06Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte
2018-11-15Add SSL_CTX_set_tmp_ecdh.podAntoine Salon
2018-11-15SSL extra chain certificates docAntoine Salon
2018-11-12Added missing signature algorithm reflection functionsViktor Dukhovni
2018-10-29Add EVP_MAC APIRichard Levitte
2018-10-17s390x assembly pack: add OPENSSL_s390xcap man page.Patrick Steuer
2018-10-17EVP module documentation passAntoine Salon
2018-09-24Document OPENSSL_VERSION_TEXT macroDaniel Bevenius
2018-09-07Support setting SM2 IDPaul Yang
2018-07-02Document the new early data callback and optionMatt Caswell
2018-05-30Add APIs for custom X509_LOOKUP_METHOD creationMingtao Yang
2018-04-13Split the scrypt and RSA-PSS into man3 and man7 pagesRichard Levitte
2018-03-30Add documentation for the RAND_DRBG APIDr. Matthias St. Pierre
2018-03-29BIO_s_accept.pod: add documentation for the new macrosVitezslav Cizek
2018-03-29Document BIO_{get,set}_conn_ip_family macros.Vitezslav Cizek
2018-03-22include/openssl/rand.h: omit intermediate typedef.Andy Polyakov
2018-03-15Add documentation for the newly added EVP_PKEY_new*() functionsMatt Caswell
2018-03-12Session Ticket app dataTodd Short
2018-02-23STORE: Add documentation on search criteriaRichard Levitte
2018-02-23STORE: Add documentation on expecting specific infosRichard Levitte
2018-01-22Add accessors for AdmissionSyntaxRich Salz
2017-12-15Fix invalid function type casts.Bernd Edlinger
2017-10-31Synchronize man3 EVP cipher list with existing implementations, adding:Ronald Tse
2017-10-31Fix EVP_PKEY_ASN1_METHOD manualRichard Levitte
2017-10-12Add RFC7919 documentation.Dr. Stephen Henson
2017-09-15Provide getters for min/max proto versionChristian Heimes