summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-06-20Prepare for 1.1.1-pre8 releaseOpenSSL_1_1_1-pre8Matt Caswell
2018-06-20Update copyright yearMatt Caswell
2018-06-20update pyca/cryptography submodulePaul Kehrer
2018-06-20Fix no-sm2Matt Caswell
2018-06-20Fix test sm2 test failure with ec blindingBernd Edlinger
2018-06-19Fix enable-ssl3 enable-ssl3-methodMatt Caswell
2018-06-19Improve the output of `make doc-nits`Dr. Matthias St. Pierre
2018-06-19Fix & update documentation about RAND_priv_bytes()Nicola Tuveri
2018-06-19Implement coordinate blinding for EC_POINTSohaib ul Hassan
2018-06-19Move SM2 algos to SM2 specific PKEY methodJack Lloyd
2018-06-19Add EVP_PKEY_set_alias_typeJack Lloyd
2018-06-19Convert our own check of OPENSSL_NO_DEPRECATEDRichard Levitte
2018-06-19Configure option 'no-deprecated' means '-DOPENSSL_API_COMPAT=0x10100000L'Richard Levitte
2018-06-18ec/asm/ecp_nistz256-avx2.pl: harmonize clang version detection.Andy Polyakov
2018-06-18{chacha|poly1305}/asm/*-x64.pl: harmonize clang version detection.Andy Polyakov
2018-06-18sha/asm/sha{1|256}-586.pl: harmonize clang version detection.Andy Polyakov
2018-06-18bn/asm/rsaz-avx2.pl: harmonize clang version detection.Andy Polyakov
2018-06-18Fix error number clashMatt Caswell
2018-06-18add cast in test/x509aux.c preventing compiler warning for VC-WIN64A architec...David von Oheimb
2018-06-18add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb
2018-06-18remove needless and misleading malloc failure error messages of PKCS12_SAFEBA...David von Oheimb
2018-06-15RAND_POOL: Add missing implementations for djgppDr. Matthias St. Pierre
2018-06-15Repair broken C syntax (missing close parens) in a manual page.Eric S. Raymond
2018-06-15Update certificates in demos/bio, demos/cms, demos/smimeDavid Cooper
2018-06-14bn/bn_exp.c: harmonize all code paths with last commit.Andy Polyakov
2018-06-14Configurations/10-main.conf: improve Makefile readability on AIX and Solaris.Andy Polyakov
2018-06-14Configurations/10-main.conf: move hpux-shared flags to hpux-common.Andy Polyakov
2018-06-13Fix manpage problemsEric S. Raymond
2018-06-13Add blinding to an ECDSA signatureMatt Caswell
2018-06-13Configurations/10-main.conf: replace -bexpall with explicit list on AIX.Andy Polyakov
2018-06-13Configurations/10-main.conf: AIX configs unification.Andy Polyakov
2018-06-13Configure: add shared() to facilitate shared-specific flags.Andy Polyakov
2018-06-13Configurations/10-main.conf: reinstate soname on Solaris.Andy Polyakov
2018-06-13doc/man7/passphrase-encoding.pod: Make consistentRichard Levitte
2018-06-12Document return value of X509_add_extViktor Dukhovni
2018-06-12Deprecate DSA_sign_setup() in the documentationNicola Tuveri
2018-06-12Make ck_errf.pl ignore commented out error generationRichard Levitte
2018-06-12.travis.yml: give make update exit code meaning againRichard Levitte
2018-06-12make errors: use the new util/ck_errf.pl optionsRichard Levitte
2018-06-12util/ck_errf.pl: add functionality that brings it closer to util/mkerr.plRichard Levitte
2018-06-12Reject excessively large primes in DH key generation.Guido Vranken
2018-06-11util/ck_errf.pl: add detection of unknown libcrypto and libssl libsRichard Levitte
2018-06-11export data_dir of Test.pm, which was forgotten in #5928David von Oheimb
2018-06-11Remodel the if sequence for handling alertsMatt Caswell
2018-06-11Don't send a warning alert in TLSv1.3Matt Caswell
2018-06-11Fix TLSv1.3 alert handlingMatt Caswell
2018-06-11VMS: have mkdef.pl parse lettered versions properlyRichard Levitte
2018-06-11Add support for RSA-PSS to X509_certificate_type()Todd Short
2018-06-09bn/asm/sparcv9-mont.pl: iron another glitch in squaring code path.Andy Polyakov
2018-06-09rand/rand_unix.c: bypass DSO_global_lookup on ELF systems.Andy Polyakov