summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-06-03PPC assembly pack: correct POWER9 results.Andy Polyakov
2018-06-03{arm64|x86_64}cpuid.pl: add special 16-byte case to OPENSSL_memcmp.Andy Polyakov
2018-06-03modes/gcm128.c: coalesce calls to GHASH.Andy Polyakov
2018-06-03evp/e_aes.c: replace calls to one-liners with references in GCM.Andy Polyakov
2018-06-03Fix checking the return value of getentropy()Kurt Roeckx
2018-06-03Remove support for calling getrandom(), we now always call getentropy()Kurt Roeckx
2018-06-03Look up availability of getentropy() at runtime.Kurt Roeckx
2018-06-03Add support for KERN_ARND to get random bytes on NetBSDKurt Roeckx
2018-06-02Document failure return for ECDSA_SIG_newKen Goldman
2018-06-02Make OS/X more explicit, to avoid questionsRich Salz
2018-06-01STORE: split off the description of the 'file' scheme loaderRichard Levitte
2018-05-31ENGINE_pkey_asn1_find_str(): don't assume an engine implements ASN1 methodRichard Levitte
2018-05-31Don't call setsockopt with an invalid fdMatt Caswell
2018-05-31Fix a memory leak in an error pathMatt Caswell
2018-05-31Free a variableMatt Caswell
2018-05-31Free a variable on an error pathMatt Caswell
2018-05-31Only set TCP_NODELAY if the protocol is TCPMatt Caswell
2018-05-31EVP_MD_size() can return an errorMatt Caswell
2018-05-31Remove some logically dead codeMatt Caswell
2018-05-31Remove some logically dead codeMatt Caswell
2018-05-31apps: when the 'compat' nameopt has been set, leave it beRichard Levitte
2018-05-30Reduce minimal out length in CRYPTO_128_unwrap_padYihong Wang
2018-05-30bn/bn_exp.c: mitigation of the One-and-Done side-channel attack.User
2018-05-30chacha/asm/chacha-ppc.pl: optimize AltiVec/VMX code path.Andy Polyakov
2018-05-30perlasm/ppc-xlate.pl: add new instructions and clean up.Andy Polyakov
2018-05-30apps/speed.c: address asan failure with small -bytes and large -misalign.Andy Polyakov
2018-05-30apps/speed.c: add -aead flag.Andy Polyakov
2018-05-30apps/speed.c: clean up SIGARM handling.Andy Polyakov
2018-05-30OSSL_STORE: don't test file: URIs on MingwRichard Levitte
2018-05-30Add APIs for custom X509_LOOKUP_METHOD creationMingtao Yang
2018-05-30Text description of GOST signature algorithmsDmitry Belyavskiy
2018-05-30Send GOST SignatureAlgorithms when TLS 1.2 in useDmitry Belyavskiy
2018-05-30Bugfix: GOST2012 certificates for GOST ciphersuites were broken.Dmitry Belyavskiy
2018-05-29Replace strdup() with OPENSSL_strdup()Todd Short
2018-05-29Fix no-sm2 with clangTodd Short
2018-05-29Test that a ^ 0 mod -1 is always 0Matt Caswell
2018-05-29The result of a ^ 0 mod -1 is 0 not 1Matt Caswell
2018-05-29Update the "Connected Commands" section of s_client/s_server docsMatt Caswell
2018-05-29Prepare for 1.1.1-pre8-devMatt Caswell
2018-05-29Prepare for 1.1.1-pre7 releaseOpenSSL_1_1_1-pre7Matt Caswell
2018-05-29Update copyright yearMatt Caswell
2018-05-28ECDSA_SIG: restore doc comments which were deleted accidentallyDr. Matthias St. Pierre
2018-05-28ECDSA_SIG: add simple getters for commonly used struct membersDr. Matthias St. Pierre
2018-05-28RSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre
2018-05-28DSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre
2018-05-28DH: fix: add simple getters for commonly used struct membersDr. Matthias St. Pierre
2018-05-27util/libcrypto.num: fix symbol collision between 1.1.0 and masterDr. Matthias St. Pierre
2018-05-26Try to work around ubuntu gcc-5 ubsan build failureBernd Edlinger
2018-05-26Improve the example getpass() implementation to show an error returnNick Mathewson
2018-05-26Update documentation for PEM callback: error is now -1.Nick Mathewson