summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-12-06Following the license change, modify the boilerplates in crypto/conf/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/comp/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/cms/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/cmac/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/chacha/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/cast/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/camellia/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/buffer/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/bn/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/blake2/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/bio/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/bf/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/async/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/aes/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in ms/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in util/, tools/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
2018-12-06Change license to the Apache License v2.0Richard Levitte
2018-12-06License: change any non-boilerplate comment referring to "OpenSSL license"Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2018-12-06util/find-doc-nits: allow #undefRichard Levitte
2018-12-06include/openssl/opensslconf.h.in: allow future deprecation for v4.0Richard Levitte
2018-12-06Configure: allow building without things deprecated up to and including v3.0Richard Levitte
2018-12-06Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte
2018-12-06Switch future deprecation version from 1.2.0 to 3.0Richard Levitte
2018-12-06util/mkdef.pl: prepare for DEPRECATEDIN_XRichard Levitte
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