aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-05Configurations/10-main.conf: remove MIPS bn_div_3_words.Andy Polyakov2-4/+7
2018-12-04Ignore an auto-generated documentation fileMatt Caswell1-0/+1
2018-12-03Add an Ed25519 signature maleability testMatt Caswell1-0/+8
2018-12-03Disallow Ed25519 signature maleabilityMatt Caswell1-10/+43
2018-12-03Docs: better deprecation textRichard Levitte15-46/+47
2018-12-03Docs fixup: some man3 pages had unindented code in SYNOPSISRichard Levitte2-6/+7
2018-12-03util/process_docs.pl: handle multiple source directories for .pod filesRichard Levitte1-7/+9
2018-12-03Doc: add doc/man7/openssl_user_macros.pod.inRichard Levitte2-1/+63
2018-11-30Fix usage of deprecated SSL_set_tmp_ecdh()Antoine Salon1-7/+3
2018-11-30rsa/rsa_ssl.c: make RSA_padding_check_SSLv23 constant-time.Andy Polyakov1-37/+96
2018-11-30rsa/rsa_oaep.c: remove memcpy calls from RSA_padding_check_PKCS1_OAEP.Andy Polyakov1-31/+51
2018-11-30rsa/rsa_pk1.c: remove memcpy calls from RSA_padding_check_PKCS1_type_2.Andy Polyakov2-43/+57
2018-11-30rsa/rsa_ossl.c: make RSAerr call in rsa_ossl_private_decrypt unconditional.Andy Polyakov1-2/+3
2018-11-30err/err.c: add err_clear_last_constant_time.Andy Polyakov2-0/+27
2018-11-27Don't test the collected system errors when configured to not have themRichard Levitte1-0/+3
2018-11-27Fix access zero memory if SSL_DEBUG is enabledPaul Yang2-3/+6
2018-11-27VMS build: don't forget the generation marker when removing filesRichard Levitte1-1/+1
2018-11-27VMS build: in descrip.mms.tmpl's src2obj, do .S -> .asm tooRichard Levitte1-1/+1
2018-11-26Clean up BN_consttime_swap.Billy Brumley1-44/+17
2018-11-24Avoid test_errstr in a cross compiled configurationRichard Levitte1-0/+9
2018-11-24Have util/mktar.sh display the absolute path to the tarballRichard Levitte1-1/+4
2018-11-24Make sure to run util/mktar.sh from the source directoryRichard Levitte1-1/+2
2018-11-24Don't export the submodules 'boringssl', 'krb5' and 'pyca-cryptography'Richard Levitte1-0/+3
2018-11-24Don't export util/mktar.shRichard Levitte1-0/+1
2018-11-24Document the removed 'dist' targetRichard Levitte2-0/+11
2018-11-24VMS build: typo in build file template, generatesrcRichard Levitte1-1/+1
2018-11-24VMS config: Typo fix, as -> ASRichard Levitte1-1/+1
2018-11-24VMS: fix collected error stringsRichard Levitte1-1/+13
2018-11-23Remove all 'make dist' artifactsRichard Levitte3-51/+2
2018-11-23Change tarball making procedureRichard Levitte2-0/+32
2018-11-23Add an error message test recipes for system error messagesRichard Levitte1-0/+66
2018-11-23Smarter build of system error text databaseRichard Levitte1-5/+14
2018-11-21openssl s_server: don't use sendto() with connected UDP socketMatthew Hodgson1-0/+2
2018-11-21rsa/rsa_ossl.c: cache MONT_CTX for public modulus earlier.Andy Polyakov1-7/+5
2018-11-20Travis CI: Use flake8 to find Python syntax errors or undefined namescclauss1-0/+12
2018-11-20Update copyright yearMatt Caswell39-39/+39
2018-11-20Update CHANGES and NEWS for new releaseMatt Caswell2-1/+26
2018-11-19Unix build: for mingw and cygwin, create the right location for DLLsRichard Levitte1-1/+3
2018-11-18Add documentation for -pkeyopt_passinJohannes Bauer1-0/+18
2018-11-18Add option to read pkeyopts interactivelyJohannes Bauer1-2/+53
2018-11-16sha/asm/sha512p8-ppc.pl: optimize epilogue.Andy Polyakov1-16/+9
2018-11-16sha/asm/sha512p8-ppc.pl: fix typo in prologue.Andy Polyakov1-2/+2
2018-11-15Configuration: only include shared_sources in dirinfo in shared configRichard Levitte1-0/+3
2018-11-15test/siphash_internal_test.c: ensure the SIPHASH structure is zeroedRichard Levitte1-2/+2
2018-11-15Add a missing SSLfatal callMatt Caswell2-3/+10
2018-11-15Deprecate SSL_set_tmp_ecdhAntoine Salon2-3/+7
2018-11-15Making SRP_user_pwd functions publicAntoine Salon6-33/+109
2018-11-15Added SRP_VBASE_add0_user()Antoine Salon5-2/+21
2018-11-15SRP module documentationAntoine Salon8-10/+466
2018-11-15Add SSL_CTX_set_tmp_ecdh.podAntoine Salon4-4/+65