aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Implement OPENSSL_INIT_NO_ATEXITMatt Caswell2019-01-041-1/+1
* Fix a RUN_ONCE bugMatt Caswell2019-01-041-0/+92
* make updateMatt Caswell2019-01-031-1/+1
* EVP_PKEY_size declared to take a const parameterShreya Bhandare2018-12-231-1/+1
* X509_check_issued: check that signature algo matches signing key algoRichard Levitte2018-12-191-0/+4
* Deprecate TLS_MAX_VERSION, DTLS_MAX_VERSION and DTLS_MIN_VERSIONKurt Roeckx2018-12-152-3/+9
* Add RFC5297 AES-SIV supportTodd Short2018-12-123-0/+47
* make updateRichard Levitte2018-12-101-0/+1
* ssl: Linux TLS Tx OffloadBoris Pismenny2018-12-071-0/+4
* evp/e_aes: Expose IVBoris Pismenny2018-12-071-0/+2
* bio: Linux TLS OffloadBoris Pismenny2018-12-072-0/+46
* Linux ktls infrastructureBoris Pismenny2018-12-071-0/+147
* Only include opensslconf.h onceMatt Caswell2018-12-071-100/+104
* Remove the cast from the definition of OPENSSL_VERSION_NUMBERMatt Caswell2018-12-071-1/+1
* Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte2018-12-06126-126/+126
* Refactor the computation of API version limitsRichard Levitte2018-12-0629-80/+118
* include/openssl/opensslconf.h.in: allow future deprecation for v4.0Richard Levitte2018-12-061-0/+12
* Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte2018-12-063-93/+131
* Switch future deprecation version from 1.2.0 to 3.0Richard Levitte2018-12-067-57/+57
* err/err.c: add err_clear_last_constant_time.Andy Polyakov2018-11-301-0/+6
* Update copyright yearMatt Caswell2018-11-201-1/+1
* Deprecate SSL_set_tmp_ecdhAntoine Salon2018-11-151-3/+5
* Making SRP_user_pwd functions publicAntoine Salon2018-11-151-0/+5
* Added SRP_VBASE_add0_user()Antoine Salon2018-11-151-0/+1
* KMAC implementation using EVP_MACShane Lontis2018-11-143-0/+16
* Added missing signature algorithm reflection functionsViktor Dukhovni2018-11-122-3/+16
* Add EVP_PKEY_supports_digest_nid()David Woodhouse2018-11-101-0/+2
* EVP_MAC ctrl numbering duplicate removal.Pauli2018-11-061-3/+3
* Fix a collision in function err numbersPaul Yang2018-11-051-1/+1
* Collapse different classes of macro databasesRichard Levitte2018-11-051-16/+2
* Add poly1305 MAC supportPaul Yang2018-11-052-0/+2
* GMAC implementationPauli2018-11-053-0/+9
* Add tsan_decr() API, counterpart of tsan_counter()Benjamin Kaduk2018-11-031-0/+6
* EVP_MAC: Add SipHash implementationRichard Levitte2018-10-301-2/+3
* rand_drbg.h: include <openssl/obj_mac.h>Dr. Matthias St. Pierre2018-10-301-0/+1
* EVP_MAC: Add HMAC implementationRichard Levitte2018-10-301-0/+1
* EVP_MAC: Add CMAC implementationRichard Levitte2018-10-301-0/+2
* VMS & cryptoerr.h: include symhacks.hRichard Levitte2018-10-291-0/+3
* Add convenience functions EVP_str2ctrl() and EVP_hex2ctrl()Richard Levitte2018-10-291-0/+8
* Add generic EVP_PKEY_METHOD for EVP_MACsRichard Levitte2018-10-292-0/+8
* Add automatic initializations support for EVP_MAC objectsRichard Levitte2018-10-291-1/+8
* Add EVP_MAC APIRichard Levitte2018-10-294-1/+41
* Deprecate ECDH_KDF_X9_62()Antoine Salon2018-10-171-2/+2
* EVP module documentation passAntoine Salon2018-10-171-1/+12
* DRBG: fix reseeding via RAND_add()/RAND_seed() with large inputDr. Matthias St. Pierre2018-10-161-0/+1
* Fix a typo in a macroMatt Caswell2018-10-121-1/+1
* Remove SSL_version_strRichard Levitte2018-10-031-2/+0
* Clean out aliases in include/openssl/symhacks.hRichard Levitte2018-09-301-15/+0
* Small cleanup (util/mkdef.pl, crypto/bio/bss_log.c, include/openssl/ocsp.h)Richard Levitte2018-09-301-3/+0
* Added DRBG_HMAC & DRBG_HASH + Added defaults for setting DRBG for master/publ...Shane Lontis2018-09-281-4/+20