summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_acpt.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-20update pyca/cryptography submodulePaul Kehrer1-0/+0
2018-06-20Fix no-sm2Matt Caswell1-22/+7
2018-06-20Fix test sm2 test failure with ec blindingBernd Edlinger1-7/+20
2018-06-19Fix enable-ssl3 enable-ssl3-methodMatt Caswell1-0/+3
2018-06-19Improve the output of `make doc-nits`Dr. Matthias St. Pierre1-1/+3
2018-06-19Fix & update documentation about RAND_priv_bytes()Nicola Tuveri3-23/+75
2018-06-19Implement coordinate blinding for EC_POINTSohaib ul Hassan14-7/+117
2018-06-19Move SM2 algos to SM2 specific PKEY methodJack Lloyd18-126/+445
2018-06-19Add EVP_PKEY_set_alias_typeJack Lloyd8-4/+43
2018-06-19Convert our own check of OPENSSL_NO_DEPRECATEDRichard Levitte1-1/+1
2018-06-19Configure option 'no-deprecated' means '-DOPENSSL_API_COMPAT=0x10100000L'Richard Levitte1-3/+1
2018-06-18ec/asm/ecp_nistz256-avx2.pl: harmonize clang version detection.Andy Polyakov1-1/+1
2018-06-18{chacha|poly1305}/asm/*-x64.pl: harmonize clang version detection.Andy Polyakov2-2/+2
2018-06-18sha/asm/sha{1|256}-586.pl: harmonize clang version detection.Andy Polyakov2-2/+2
2018-06-18bn/asm/rsaz-avx2.pl: harmonize clang version detection.Andy Polyakov1-1/+1
2018-06-18Fix error number clashMatt Caswell2-4/+4
2018-06-18add cast in test/x509aux.c preventing compiler warning for VC-WIN64A architec...David von Oheimb1-1/+1
2018-06-18add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb12-7/+39
2018-06-18remove needless and misleading malloc failure error messages of PKCS12_SAFEBA...David von Oheimb1-10/+2
2018-06-15RAND_POOL: Add missing implementations for djgppDr. Matthias St. Pierre1-4/+5
2018-06-15Repair broken C syntax (missing close parens) in a manual page.Eric S. Raymond1-5/+5
2018-06-15Update certificates in demos/bio, demos/cms, demos/smimeDavid Cooper12-291/+451
2018-06-14bn/bn_exp.c: harmonize all code paths with last commit.Andy Polyakov1-22/+33
2018-06-14Configurations/10-main.conf: improve Makefile readability on AIX and Solaris.Andy Polyakov1-7/+7
2018-06-14Configurations/10-main.conf: move hpux-shared flags to hpux-common.Andy Polyakov2-14/+12
2018-06-13Fix manpage problemsEric S. Raymond2-3/+1
2018-06-13Add blinding to an ECDSA signatureMatt Caswell2-7/+67
2018-06-13Configurations/10-main.conf: replace -bexpall with explicit list on AIX.Andy Polyakov3-6/+22
2018-06-13Configurations/10-main.conf: AIX configs unification.Andy Polyakov2-39/+22
2018-06-13Configure: add shared() to facilitate shared-specific flags.Andy Polyakov1-1/+4
2018-06-13Configurations/10-main.conf: reinstate soname on Solaris.Andy Polyakov2-10/+9
2018-06-13doc/man7/passphrase-encoding.pod: Make consistentRichard Levitte1-4/+4
2018-06-12Document return value of X509_add_extViktor Dukhovni1-2/+4
2018-06-12Deprecate DSA_sign_setup() in the documentationNicola Tuveri1-7/+6
2018-06-12Make ck_errf.pl ignore commented out error generationRichard Levitte1-1/+1
2018-06-12.travis.yml: give make update exit code meaning againRichard Levitte1-2/+2
2018-06-12make errors: use the new util/ck_errf.pl optionsRichard Levitte1-3/+5
2018-06-12util/ck_errf.pl: add functionality that brings it closer to util/mkerr.plRichard Levitte1-10/+68
2018-06-12Reject excessively large primes in DH key generation.Guido Vranken1-1/+6
2018-06-11util/ck_errf.pl: add detection of unknown libcrypto and libssl libsRichard Levitte1-2/+21
2018-06-11export data_dir of Test.pm, which was forgotten in #5928David von Oheimb1-1/+1
2018-06-11Remodel the if sequence for handling alertsMatt Caswell1-36/+28
2018-06-11Don't send a warning alert in TLSv1.3Matt Caswell1-1/+3
2018-06-11Fix TLSv1.3 alert handlingMatt Caswell1-26/+31
2018-06-11VMS: have mkdef.pl parse lettered versions properlyRichard Levitte1-1/+1
2018-06-11Add support for RSA-PSS to X509_certificate_type()Todd Short1-0/+3
2018-06-09bn/asm/sparcv9-mont.pl: iron another glitch in squaring code path.Andy Polyakov1-0/+3
2018-06-09rand/rand_unix.c: bypass DSO_global_lookup on ELF systems.Andy Polyakov1-8/+16
2018-06-09rand/rand_unix.c: omit error from DSO_global_lookup.Andy Polyakov1-0/+2
2018-06-08New GOST identificatorsDmitry Belyavskiy5-5/+227