summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Following the license change, modify the boilerplates in ms/Richard Levitte2018-12-068-8/+8
* Following the license change, modify the boilerplates in ssl/Richard Levitte2018-12-0651-51/+51
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-06347-347/+347
* Following the license change, modify the boilerplates in util/, tools/Richard Levitte2018-12-0638-43/+43
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-0665-66/+66
* Change license to the Apache License v2.0Richard Levitte2018-12-064-128/+184
* License: change any non-boilerplate comment referring to "OpenSSL license"Richard Levitte2018-12-069-13/+9
* Refactor the computation of API version limitsRichard Levitte2018-12-0664-152/+229
* util/find-doc-nits: allow #undefRichard Levitte2018-12-061-1/+1
* include/openssl/opensslconf.h.in: allow future deprecation for v4.0Richard Levitte2018-12-061-0/+12
* Configure: allow building without things deprecated up to and including v3.0Richard Levitte2018-12-061-3/+5
* Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte2018-12-0630-363/+493
* Switch future deprecation version from 1.2.0 to 3.0Richard Levitte2018-12-0616-88/+88
* util/mkdef.pl: prepare for DEPRECATEDIN_XRichard Levitte2018-12-062-5/+8
* Fix some SSL_export_keying_material() issuesMatt Caswell2018-12-058-42/+92
* Revert "Reduce stack usage in tls13_hkdf_expand"Matt Caswell2018-12-051-12/+4
* bn/bn_{div|shift}.c: introduce fixed-top interfaces.Andy Polyakov2018-12-053-157/+233
* bn/bn_div.c: make conditional addition unconditionalAndy Polyakov2018-12-051-17/+69
* Configure: recognize div3w modules and add -DBN_DIV3W.Andy Polyakov2018-12-051-0/+1
* Configurations/10-main.conf: remove MIPS bn_div_3_words.Andy Polyakov2018-12-052-4/+7
* Ignore an auto-generated documentation fileMatt Caswell2018-12-041-0/+1
* Add an Ed25519 signature maleability testMatt Caswell2018-12-031-0/+8
* Disallow Ed25519 signature maleabilityMatt Caswell2018-12-031-10/+43
* Docs: better deprecation textRichard Levitte2018-12-0315-46/+47
* Docs fixup: some man3 pages had unindented code in SYNOPSISRichard Levitte2018-12-032-6/+7
* util/process_docs.pl: handle multiple source directories for .pod filesRichard Levitte2018-12-031-7/+9
* Doc: add doc/man7/openssl_user_macros.pod.inRichard Levitte2018-12-032-1/+63
* Fix usage of deprecated SSL_set_tmp_ecdh()Antoine Salon2018-12-011-7/+3
* rsa/rsa_ssl.c: make RSA_padding_check_SSLv23 constant-time.Andy Polyakov2018-11-301-37/+96
* rsa/rsa_oaep.c: remove memcpy calls from RSA_padding_check_PKCS1_OAEP.Andy Polyakov2018-11-301-31/+51
* rsa/rsa_pk1.c: remove memcpy calls from RSA_padding_check_PKCS1_type_2.Andy Polyakov2018-11-302-43/+57
* rsa/rsa_ossl.c: make RSAerr call in rsa_ossl_private_decrypt unconditional.Andy Polyakov2018-11-301-2/+3
* err/err.c: add err_clear_last_constant_time.Andy Polyakov2018-11-302-0/+27
* Don't test the collected system errors when configured to not have themRichard Levitte2018-11-271-0/+3
* Fix access zero memory if SSL_DEBUG is enabledPaul Yang2018-11-272-3/+6
* VMS build: don't forget the generation marker when removing filesRichard Levitte2018-11-271-1/+1
* VMS build: in descrip.mms.tmpl's src2obj, do .S -> .asm tooRichard Levitte2018-11-271-1/+1
* Clean up BN_consttime_swap.Billy Brumley2018-11-261-44/+17
* Avoid test_errstr in a cross compiled configurationRichard Levitte2018-11-241-0/+9
* Have util/mktar.sh display the absolute path to the tarballRichard Levitte2018-11-241-1/+4
* Make sure to run util/mktar.sh from the source directoryRichard Levitte2018-11-241-1/+2
* Don't export the submodules 'boringssl', 'krb5' and 'pyca-cryptography'Richard Levitte2018-11-241-0/+3
* Don't export util/mktar.shRichard Levitte2018-11-241-0/+1
* Document the removed 'dist' targetRichard Levitte2018-11-242-0/+11
* VMS build: typo in build file template, generatesrcRichard Levitte2018-11-241-1/+1
* VMS config: Typo fix, as -> ASRichard Levitte2018-11-241-1/+1
* VMS: fix collected error stringsRichard Levitte2018-11-241-1/+13
* Remove all 'make dist' artifactsRichard Levitte2018-11-233-51/+2
* Change tarball making procedureRichard Levitte2018-11-232-0/+32
* Add an error message test recipes for system error messagesRichard Levitte2018-11-231-0/+66