aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte347-347/+347
2018-12-06Following the license change, modify the boilerplates in util/, tools/Richard Levitte38-43/+43
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte65-66/+66
2018-12-06Change license to the Apache License v2.0Richard Levitte4-128/+184
2018-12-06License: change any non-boilerplate comment referring to "OpenSSL license"Richard Levitte9-13/+9
2018-12-06Refactor the computation of API version limitsRichard Levitte64-152/+229
2018-12-06util/find-doc-nits: allow #undefRichard Levitte1-1/+1
2018-12-06include/openssl/opensslconf.h.in: allow future deprecation for v4.0Richard Levitte1-0/+12
2018-12-06Configure: allow building without things deprecated up to and including v3.0Richard Levitte1-3/+5
2018-12-06Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte30-363/+493
2018-12-06Switch future deprecation version from 1.2.0 to 3.0Richard Levitte16-88/+88
2018-12-06util/mkdef.pl: prepare for DEPRECATEDIN_XRichard Levitte2-5/+8
2018-12-05Fix some SSL_export_keying_material() issuesMatt Caswell8-42/+92
2018-12-05Revert "Reduce stack usage in tls13_hkdf_expand"Matt Caswell1-12/+4
2018-12-05bn/bn_{div|shift}.c: introduce fixed-top interfaces.Andy Polyakov3-157/+233
2018-12-05bn/bn_div.c: make conditional addition unconditionalAndy Polyakov1-17/+69
2018-12-05Configure: recognize div3w modules and add -DBN_DIV3W.Andy Polyakov1-0/+1
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