summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2019-01-27crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono
2019-01-27add an additional async notification communication method based on callbackPing Yu
2019-01-27Add "weak" declarations of symbols used in safestack.h and lhash.hMatthias Kraft
2019-01-25X509_STORE: fix two misspelled compatibility macrosDr. Matthias St. Pierre
2019-01-24Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias
2019-01-21PPC: Try out if mftb works before using itBernd Edlinger
2019-01-21update Copyright dateDavid von Oheimb
2019-01-21add 'L' after _OPENSSL_VERSION_PRE_RELEASE literals, fixes #8021David von Oheimb
2019-01-16crypto/bio/b_dump.c: change all char* to void*, and constifyRichard Levitte
2019-01-07More configurable crypto and ssl library initializationViktor Dukhovni
2019-01-04Implement OPENSSL_INIT_NO_ATEXITMatt Caswell
2019-01-04Fix a RUN_ONCE bugMatt Caswell
2019-01-03make updateMatt Caswell
2018-12-23EVP_PKEY_size declared to take a const parameterShreya Bhandare
2018-12-19X509_check_issued: check that signature algo matches signing key algoRichard Levitte
2018-12-15Deprecate TLS_MAX_VERSION, DTLS_MAX_VERSION and DTLS_MIN_VERSIONKurt Roeckx
2018-12-12Add RFC5297 AES-SIV supportTodd Short
2018-12-10make updateRichard Levitte
2018-12-07ssl: Linux TLS Tx OffloadBoris Pismenny
2018-12-07evp/e_aes: Expose IVBoris Pismenny
2018-12-07bio: Linux TLS OffloadBoris Pismenny
2018-12-07Linux ktls infrastructureBoris Pismenny
2018-12-07Only include opensslconf.h onceMatt Caswell
2018-12-07Remove the cast from the definition of OPENSSL_VERSION_NUMBERMatt Caswell
2018-12-06Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2018-12-06include/openssl/opensslconf.h.in: allow future deprecation for v4.0Richard Levitte
2018-12-06Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte
2018-12-06Switch future deprecation version from 1.2.0 to 3.0Richard Levitte
2018-11-30err/err.c: add err_clear_last_constant_time.Andy Polyakov
2018-11-20Update copyright yearMatt Caswell
2018-11-15Deprecate SSL_set_tmp_ecdhAntoine Salon
2018-11-15Making SRP_user_pwd functions publicAntoine Salon
2018-11-15Added SRP_VBASE_add0_user()Antoine Salon
2018-11-14KMAC implementation using EVP_MACShane Lontis
2018-11-12Added missing signature algorithm reflection functionsViktor Dukhovni
2018-11-10Add EVP_PKEY_supports_digest_nid()David Woodhouse
2018-11-06EVP_MAC ctrl numbering duplicate removal.Pauli
2018-11-05Fix a collision in function err numbersPaul Yang
2018-11-05Collapse different classes of macro databasesRichard Levitte
2018-11-05Add poly1305 MAC supportPaul Yang
2018-11-05GMAC implementationPauli
2018-11-03Add tsan_decr() API, counterpart of tsan_counter()Benjamin Kaduk
2018-10-30EVP_MAC: Add SipHash implementationRichard Levitte
2018-10-30rand_drbg.h: include <openssl/obj_mac.h>Dr. Matthias St. Pierre
2018-10-30EVP_MAC: Add HMAC implementationRichard Levitte
2018-10-30EVP_MAC: Add CMAC implementationRichard Levitte
2018-10-29VMS & cryptoerr.h: include symhacks.hRichard Levitte
2018-10-29Add convenience functions EVP_str2ctrl() and EVP_hex2ctrl()Richard Levitte
2018-10-29Add generic EVP_PKEY_METHOD for EVP_MACsRichard Levitte