summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-12-05Fix some SSL_export_keying_material() issuesMatt Caswell
2018-12-05Revert "Reduce stack usage in tls13_hkdf_expand"Matt Caswell
2018-12-05bn/bn_{div|shift}.c: introduce fixed-top interfaces.Andy Polyakov
2018-12-05bn/bn_div.c: make conditional addition unconditionalAndy Polyakov
2018-12-05Configure: recognize div3w modules and add -DBN_DIV3W.Andy Polyakov
2018-12-05Configurations/10-main.conf: remove MIPS bn_div_3_words.Andy Polyakov
2018-12-04Ignore an auto-generated documentation fileMatt Caswell
2018-12-03Add an Ed25519 signature maleability testMatt Caswell
2018-12-03Disallow Ed25519 signature maleabilityMatt Caswell
2018-12-03Docs: better deprecation textRichard Levitte
2018-12-03Docs fixup: some man3 pages had unindented code in SYNOPSISRichard Levitte
2018-12-03util/process_docs.pl: handle multiple source directories for .pod filesRichard Levitte
2018-12-03Doc: add doc/man7/openssl_user_macros.pod.inRichard Levitte
2018-11-30Fix usage of deprecated SSL_set_tmp_ecdh()Antoine Salon
2018-11-30rsa/rsa_ssl.c: make RSA_padding_check_SSLv23 constant-time.Andy Polyakov
2018-11-30rsa/rsa_oaep.c: remove memcpy calls from RSA_padding_check_PKCS1_OAEP.Andy Polyakov
2018-11-30rsa/rsa_pk1.c: remove memcpy calls from RSA_padding_check_PKCS1_type_2.Andy Polyakov
2018-11-30rsa/rsa_ossl.c: make RSAerr call in rsa_ossl_private_decrypt unconditional.Andy Polyakov
2018-11-30err/err.c: add err_clear_last_constant_time.Andy Polyakov
2018-11-27Don't test the collected system errors when configured to not have themRichard Levitte
2018-11-27Fix access zero memory if SSL_DEBUG is enabledPaul Yang
2018-11-27VMS build: don't forget the generation marker when removing filesRichard Levitte
2018-11-27VMS build: in descrip.mms.tmpl's src2obj, do .S -> .asm tooRichard Levitte
2018-11-26Clean up BN_consttime_swap.Billy Brumley
2018-11-24Avoid test_errstr in a cross compiled configurationRichard Levitte
2018-11-24Have util/mktar.sh display the absolute path to the tarballRichard Levitte
2018-11-24Make sure to run util/mktar.sh from the source directoryRichard Levitte
2018-11-24Don't export the submodules 'boringssl', 'krb5' and 'pyca-cryptography'Richard Levitte
2018-11-24Don't export util/mktar.shRichard Levitte
2018-11-24Document the removed 'dist' targetRichard Levitte
2018-11-24VMS build: typo in build file template, generatesrcRichard Levitte
2018-11-24VMS config: Typo fix, as -> ASRichard Levitte
2018-11-24VMS: fix collected error stringsRichard Levitte
2018-11-23Remove all 'make dist' artifactsRichard Levitte
2018-11-23Change tarball making procedureRichard Levitte
2018-11-23Add an error message test recipes for system error messagesRichard Levitte
2018-11-23Smarter build of system error text databaseRichard Levitte
2018-11-21openssl s_server: don't use sendto() with connected UDP socketMatthew Hodgson
2018-11-21rsa/rsa_ossl.c: cache MONT_CTX for public modulus earlier.Andy Polyakov
2018-11-20Travis CI: Use flake8 to find Python syntax errors or undefined namescclauss
2018-11-20Update copyright yearMatt Caswell
2018-11-20Update CHANGES and NEWS for new releaseMatt Caswell
2018-11-19Unix build: for mingw and cygwin, create the right location for DLLsRichard Levitte
2018-11-18Add documentation for -pkeyopt_passinJohannes Bauer
2018-11-18Add option to read pkeyopts interactivelyJohannes Bauer
2018-11-16sha/asm/sha512p8-ppc.pl: optimize epilogue.Andy Polyakov
2018-11-16sha/asm/sha512p8-ppc.pl: fix typo in prologue.Andy Polyakov
2018-11-15Configuration: only include shared_sources in dirinfo in shared configRichard Levitte
2018-11-15test/siphash_internal_test.c: ensure the SIPHASH structure is zeroedRichard Levitte
2018-11-15Add a missing SSLfatal callMatt Caswell