summaryrefslogtreecommitdiffstats
path: root/config (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-04Restore sensible "sess_accept" counter trackingBenjamin Kaduk1-1/+1
2018-11-04Add tsan_decr() API, counterpart of tsan_counter()Benjamin Kaduk1-0/+6
2018-11-02crypto/engine/eng_devcrypto.c: ensure we don't leak resourcesRichard Levitte1-2/+10
2018-11-02crypto/engine/eng_devcrypto.c: open /dev/crypto only onceRichard Levitte1-48/+18
2018-11-02crypto/engine/eng_devcrypto.c: new compilers are strict on prototypesRichard Levitte1-4/+4
2018-11-02crypto/engine/eng_devcrypto.c: add digest copyRichard Levitte1-7/+39
2018-11-02doc/man7/EVP_MAC_*.pod: incorrect english correctedRichard Levitte3-3/+3
2018-11-02apps: Stop pretending to care about Netscape keysRichard Levitte6-34/+17
2018-11-02Fix a doc-nit in EVP_PKEY_CTX_ctrl.podPaul Yang1-1/+1
2018-11-01Add a constant time flag to one of the bignums to avoid a timing leak.Pauli1-0/+1
2018-11-01openssl list -mac-algorithms support.Pauli2-1/+28
2018-11-01Configure: ensure empty arrays aren't created inadvertentlyRichard Levitte1-1/+1
2018-11-01Avoid two memory allocations in each RAND_DRBG_bytesBernd Edlinger4-20/+52
2018-10-31Configuration: when building the dirinfo structure, include shared_sourcesRichard Levitte4-43/+46
2018-10-31Configurations/15-android.conf: detect NDK llvm-ar.Andy Polyakov1-0/+5
2018-10-31Configurations/15-android.conf: fix implicit __ANDROID_API__ handling.Andy Polyakov1-0/+2
2018-10-30Fix a race condition in drbg_addBernd Edlinger1-2/+5
2018-10-30Add a client_cert_cb testMatt Caswell1-0/+94
2018-10-30Don't call the client_cert_cb immediately in TLSv1.3Matt Caswell2-1/+24
2018-10-30Add blurbs about EVP_MAC in NEWS and CHANGESRichard Levitte2-1/+11
2018-10-30Have a couple of SipHash test uses the EVP_PKEY methodRichard Levitte1-1/+9
2018-10-30EVP_MAC: Integrate SipHash EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHODRichard Levitte3-206/+33
2018-10-30EVP_MAC: Add SipHash implementationRichard Levitte8-4/+211
2018-10-30rand_drbg.h: include <openssl/obj_mac.h>Dr. Matthias St. Pierre1-0/+1
2018-10-30Make sure at least one HMAC test still uses the EVP_PKEY methodRichard Levitte1-1/+1
2018-10-30EVP_MAC: Integrate HMAC EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHODRichard Levitte3-213/+34
2018-10-30EVP_MAC: Add HMAC implementationRichard Levitte7-2/+250
2018-10-30Make sure at least one CMAC test still uses the EVP_PKEY methodRichard Levitte1-1/+1
2018-10-30Adapt other EVP code to use EVP_MAC instead of direct implementation callsRichard Levitte2-7/+8
2018-10-30EVP_MAC: Integrate CMAC EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHODRichard Levitte3-171/+3
2018-10-30EVP_MAC: Add CMAC implementationRichard Levitte7-9/+237
2018-10-30Fix MSVC warning C4819Chocobo11-1/+1
2018-10-29DSA: Check for sanity of input parametersVitezslav Cizek1-0/+6
2018-10-29test/evp_test.c: Fixed strcmp() fault in mac_test_init()Richard Levitte1-1/+2
2018-10-29test/evp_test.c: don't misuse pkey_test_ctrl() in mac_test_run()Richard Levitte2-8/+28
2018-10-29Add a test where we reuse the EVP_PKEY_CTX for two HKDF test runsMatt Caswell1-0/+46
2018-10-29Reset the HKDF state between operationsMatt Caswell1-1/+13
2018-10-29Windows build: build foo.d after foo.objRichard Levitte1-7/+5
2018-10-29ssl/statem: Don't compare size_t with less than zeroRichard Levitte2-4/+7
2018-10-29VMS & cryptoerr.h: include symhacks.hRichard Levitte1-0/+3
2018-10-29apps/rehash.c: Convert ISO-8859-1 to UTF-8Richard Levitte1-1/+1
2018-10-29Add convenience functions EVP_str2ctrl() and EVP_hex2ctrl()Richard Levitte3-0/+37
2018-10-29Adapt test/evp_test.c to deal with available EVP_MACsRichard Levitte1-20/+172
2018-10-29Add generic EVP_PKEY_METHOD for EVP_MACsRichard Levitte6-1/+379
2018-10-29Add automatic initializations support for EVP_MAC objectsRichard Levitte6-3/+52
2018-10-29Add EVP_MAC APIRichard Levitte14-3/+713
2018-10-29Rework and simplify resource flow in drbg_addBernd Edlinger2-24/+6
2018-10-28randfile.c: fix a Coverity warningDr. Matthias St. Pierre1-1/+1
2018-10-28Timing vulnerability in ECDSA signature generation (CVE-2018-0735)Pauli1-3/+3
2018-10-28Timing vulnerability in DSA signature generation (CVE-2018-0734).Pauli1-13/+15