aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-03VMS: stricter acquisition of entropy for the poolRichard Levitte4-18/+55
2018-04-03Set error code on alloc failuresRich Salz85-143/+420
2018-04-03Fix some errors in the mem leaks docsMatt Caswell1-6/+6
2018-04-03Fix a text canonicalisation bug in CMSMatt Caswell2-4/+26
2018-04-03Change the "offset too large" message to more generic wordingBernd Edlinger1-1/+1
2018-04-03Remove an unnecessary cast in the param to BUF_MEM_growBernd Edlinger1-1/+1
2018-04-03Fix range checks with -offset and -length in asn1parseBernd Edlinger1-2/+2
2018-04-03Use strtol instead of atoi in asn1parseBernd Edlinger1-3/+3
2018-04-03Improve diagnostics for invalid arguments in asn1parse -strparseBernd Edlinger1-2/+2
2018-04-03Fix a crash in the asn1parse commandBernd Edlinger1-1/+1
2018-04-03Use gnu_printf format attribute to minimise MinGW warningsBernd Edlinger1-8/+14
2018-04-03Prepare for 1.1.1-pre5-devMatt Caswell2-3/+3
2018-04-03Prepare for 1.1.1-pre4 releaseOpenSSL_1_1_1-pre4Matt Caswell2-2/+2
2018-04-03Fix CHANGESMatt Caswell1-1/+1
2018-04-03Update copyright yearMatt Caswell46-46/+46
2018-04-02Use the private RNG for data that is not publicKurt Roeckx14-19/+20
2018-04-02Documentation typo fix in EVP_EncryptInit.podAlexandre Perrin1-1/+0
2018-04-02fix typo in x509 documentationIllya Gerasymchuk1-1/+1
2018-04-01Remove import/use of File::Spec::FunctionDaniel Bevenius1-1/+0
2018-04-01Windows builds: remove over-quotation of LIBZ macroRichard Levitte2-8/+8
2018-04-01Make sure we use a nonce when a nonce is requiredKurt Roeckx4-29/+106
2018-04-01Update documentation on how to close a connectionKurt Roeckx2-28/+46
2018-03-31Fix minor typo in comment in ConfigureDaniel Bevenius1-1/+1
2018-03-31Remove -Wmisleading-indentation from gcc devteam warning optionsBernd Edlinger1-1/+0
2018-03-31Fix a gcc-8 warning -Wcast-function-typeBernd Edlinger1-2/+2
2018-03-31Refuse to run test_cipherlist unless shared library matches buildRichard Levitte4-2/+59
2018-03-31Fix a possible crash in BN_from_montgomery_wordBernd Edlinger2-3/+17
2018-03-30Revert commit 4a56d9a2Matt Caswell1-14/+32
2018-03-30GOST MAC algorithms don't support EVP_PKEY_new_raw_private_key()Matt Caswell1-1/+1
2018-03-30Update trace code to know about GOST ciphersuitesMatt Caswell1-0/+4
2018-03-30Remove some codeRich Salz1-6/+7
2018-03-30Add documentation for the RAND_DRBG APIDr. Matthias St. Pierre20-240/+1173
2018-03-29EVP,KDF: Add more error code along some return 0 in ...FdaSilvaYY8-13/+53
2018-03-29BIO_s_accept.pod: add documentation for the new macrosVitezslav Cizek2-3/+19
2018-03-29Document BIO_{get,set}_conn_ip_family macros.Vitezslav Cizek2-3/+15
2018-03-29Update the BIO_s_connect documentation after the BIO refactoring.Vitezslav Cizek1-17/+20
2018-03-29Document RAND_DRBG fork-safety locking modelBenjamin Kaduk1-1/+17
2018-03-29Configurations/10-main.conf: fix VC-noCE-common template.Andy Polyakov1-1/+2
2018-03-29Configure: harmonize syntax.Andy Polyakov1-7/+7
2018-03-29Fix setbuf use for VMS CRichard Levitte1-0/+14
2018-03-29.travis.yml: with fast fuzz testing, there is no point avoiding itRichard Levitte1-5/+5
2018-03-29Faster fuzz test: teach the fuzz test programs to handle directoriesRichard Levitte2-20/+75
2018-03-29Revert "util/dofile.pl: only quote stuff that actually needs quoting"Richard Levitte1-2/+2
2018-03-28crypto/e_aes.c: use S390X_AES_FC macroPatrick Steuer1-4/+2
2018-03-28crypto/evp/e_aes.c: add size_t casts to increase readabilityPatrick Steuer1-4/+4
2018-03-28s390x assembly pack: add KMF code path for aes-cfb/cfb8Patrick Steuer3-13/+144
2018-03-28s390x assembly pack: add KMO code path for aes-ofbPatrick Steuer3-7/+102
2018-03-28s390x assembly pack: add KM code path for aes-ecbPatrick Steuer1-20/+72
2018-03-28Rewrite the X509->alert mapping codeRich Salz4-68/+62
2018-03-28Remove some codeMatt Caswell2-50/+11