aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-02-07Make OPENSSL_malloc_init() a no-opMatt Caswell1-7/+2
2019-02-06blake2: backport changes to blake2sAntoine Salon1-0/+2
2019-02-06blake2: register MAC objectsAntoine Salon2-0/+10
2019-02-06blake2b: add EVP_MAC APIAntoine Salon2-0/+4
2019-02-05Remove unnecessary trailing whitespaceSam Roberts2-7/+7
2019-02-05Make some simple getters take const SSL/SSL_CTXSam Roberts1-10/+10
2019-02-01Fix end-point shared secret for DTLS/SCTPMichael Tuexen1-0/+12
2019-01-30Reuse already defined macrosPetr Vorel1-7/+2
2019-01-30Document and add macros for additional DSA optionsDavid Benjamin1-0/+6
2019-01-27crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono7-55/+129
2019-01-27add an additional async notification communication method based on callbackPing Yu2-0/+23
2019-01-27Add "weak" declarations of symbols used in safestack.h and lhash.hMatthias Kraft2-2/+62
2019-01-25X509_STORE: fix two misspelled compatibility macrosDr. Matthias St. Pierre1-0/+4
2019-01-24Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias1-5/+1
2019-01-21PPC: Try out if mftb works before using itBernd Edlinger1-0/+2
2019-01-21update Copyright dateDavid von Oheimb1-1/+1
2019-01-21add 'L' after _OPENSSL_VERSION_PRE_RELEASE literals, fixes #8021David von Oheimb1-2/+2
2019-01-16crypto/bio/b_dump.c: change all char* to void*, and constifyRichard Levitte1-7/+7
2019-01-07More configurable crypto and ssl library initializationViktor Dukhovni2-2/+13
2019-01-04Implement OPENSSL_INIT_NO_ATEXITMatt Caswell1-1/+1
2019-01-04Fix a RUN_ONCE bugMatt Caswell1-0/+92
2019-01-03make updateMatt Caswell1-1/+1
2018-12-23EVP_PKEY_size declared to take a const parameterShreya Bhandare1-1/+1
2018-12-19X509_check_issued: check that signature algo matches signing key algoRichard Levitte1-0/+4
2018-12-15Deprecate TLS_MAX_VERSION, DTLS_MAX_VERSION and DTLS_MIN_VERSIONKurt Roeckx2-3/+9
2018-12-12Add RFC5297 AES-SIV supportTodd Short3-0/+47
2018-12-10make updateRichard Levitte1-0/+1
2018-12-07ssl: Linux TLS Tx OffloadBoris Pismenny1-0/+4
2018-12-07evp/e_aes: Expose IVBoris Pismenny1-0/+2
2018-12-07bio: Linux TLS OffloadBoris Pismenny2-0/+46
2018-12-07Linux ktls infrastructureBoris Pismenny1-0/+147
2018-12-07Only include opensslconf.h onceMatt Caswell1-100/+104
2018-12-07Remove the cast from the definition of OPENSSL_VERSION_NUMBERMatt Caswell1-1/+1
2018-12-06Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte126-126/+126
2018-12-06Refactor the computation of API version limitsRichard Levitte29-80/+118
2018-12-06include/openssl/opensslconf.h.in: allow future deprecation for v4.0Richard Levitte1-0/+12
2018-12-06Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte3-93/+131
2018-12-06Switch future deprecation version from 1.2.0 to 3.0Richard Levitte7-57/+57
2018-11-30err/err.c: add err_clear_last_constant_time.Andy Polyakov1-0/+6
2018-11-20Update copyright yearMatt Caswell1-1/+1
2018-11-15Deprecate SSL_set_tmp_ecdhAntoine Salon1-3/+5
2018-11-15Making SRP_user_pwd functions publicAntoine Salon1-0/+5
2018-11-15Added SRP_VBASE_add0_user()Antoine Salon1-0/+1
2018-11-14KMAC implementation using EVP_MACShane Lontis3-0/+16
2018-11-12Added missing signature algorithm reflection functionsViktor Dukhovni2-3/+16
2018-11-10Add EVP_PKEY_supports_digest_nid()David Woodhouse1-0/+2
2018-11-06EVP_MAC ctrl numbering duplicate removal.Pauli1-3/+3
2018-11-05Fix a collision in function err numbersPaul Yang1-1/+1
2018-11-05Collapse different classes of macro databasesRichard Levitte1-16/+2
2018-11-05Add poly1305 MAC supportPaul Yang2-0/+2