summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-11-05Fix error handling in drbgtest.cBernd Edlinger
2018-11-05Fix error handling in rand_drbg_newBernd Edlinger
2018-11-05Fix error handling in RAND_DRBG_setBernd Edlinger
2018-11-06Fix return formatting.Pauli
2018-11-06Cleanse the key log buffer.Pauli
2018-11-06EVP_MAC ctrl numbering duplicate removal.Pauli
2018-11-05GMAC: Add subdir info in crypto/build.info for this to buildRichard Levitte
2018-11-05Fix a collision in function err numbersPaul Yang
2018-11-05Simplify the processing of skipped source directoriesRichard Levitte
2018-11-05Collapse different classes of macro databasesRichard Levitte
2018-11-05Add SUBDIRS settings in relevant build.info filesRichard Levitte
2018-11-05Build: make it possibly to specify subdirs in build.infoRichard Levitte
2018-11-05Build: Make it possible to have defines assigned to end products as wellRichard Levitte
2018-11-05Build: adapt VMS build file template to use the extra macrosRichard Levitte
2018-11-05Build: adapt Windows makefile template to use the extra macrosRichard Levitte
2018-11-05Build: adapt Unix Makefile template to use the extra macrosRichard Levitte
2018-11-05Build: make it possible to assign macro definitions for specific outputsRichard Levitte
2018-11-05Add poly1305 MAC supportPaul Yang
2018-11-05Clarify the POD source for the list command.Pauli
2018-11-05GMAC implementationPauli
2018-11-03Restore sensible "sess_accept" counter trackingBenjamin Kaduk
2018-11-03Add tsan_decr() API, counterpart of tsan_counter()Benjamin Kaduk
2018-11-02crypto/engine/eng_devcrypto.c: ensure we don't leak resourcesRichard Levitte
2018-11-02crypto/engine/eng_devcrypto.c: open /dev/crypto only onceRichard Levitte
2018-11-02crypto/engine/eng_devcrypto.c: new compilers are strict on prototypesRichard Levitte
2018-11-02crypto/engine/eng_devcrypto.c: add digest copyRichard Levitte
2018-11-02doc/man7/EVP_MAC_*.pod: incorrect english correctedRichard Levitte
2018-11-02apps: Stop pretending to care about Netscape keysRichard Levitte
2018-11-02Fix a doc-nit in EVP_PKEY_CTX_ctrl.podPaul Yang
2018-11-02Add a constant time flag to one of the bignums to avoid a timing leak.Pauli
2018-11-02openssl list -mac-algorithms support.Pauli
2018-11-01Configure: ensure empty arrays aren't created inadvertentlyRichard Levitte
2018-11-01Avoid two memory allocations in each RAND_DRBG_bytesBernd Edlinger
2018-10-31Configuration: when building the dirinfo structure, include shared_sourcesRichard Levitte
2018-10-31Configurations/15-android.conf: detect NDK llvm-ar.Andy Polyakov
2018-10-31Configurations/15-android.conf: fix implicit __ANDROID_API__ handling.Andy Polyakov
2018-10-30Fix a race condition in drbg_addBernd Edlinger
2018-10-30Add a client_cert_cb testMatt Caswell
2018-10-30Don't call the client_cert_cb immediately in TLSv1.3Matt Caswell
2018-10-30Add blurbs about EVP_MAC in NEWS and CHANGESRichard Levitte
2018-10-30Have a couple of SipHash test uses the EVP_PKEY methodRichard Levitte
2018-10-30EVP_MAC: Integrate SipHash EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHODRichard Levitte
2018-10-30EVP_MAC: Add SipHash implementationRichard Levitte
2018-10-30rand_drbg.h: include <openssl/obj_mac.h>Dr. Matthias St. Pierre
2018-10-30Make sure at least one HMAC test still uses the EVP_PKEY methodRichard Levitte
2018-10-30EVP_MAC: Integrate HMAC EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHODRichard Levitte
2018-10-30EVP_MAC: Add HMAC implementationRichard Levitte
2018-10-30Make sure at least one CMAC test still uses the EVP_PKEY methodRichard Levitte
2018-10-30Adapt other EVP code to use EVP_MAC instead of direct implementation callsRichard Levitte
2018-10-30EVP_MAC: Integrate CMAC EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHODRichard Levitte