summaryrefslogtreecommitdiffstats
path: root/crypto/sha (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-06Following the license change, modify the boilerplates in crypto/mdc2/Richard Levitte2-2/+2
2018-12-06Following the license change, modify the boilerplates in crypto/mdN/Richard Levitte11-11/+11
2018-12-06Following the license change, modify the boilerplates in crypto/lhash/Richard Levitte3-3/+3
2018-12-06Following the license change, modify the boilerplates in crypto/hmac/Richard Levitte4-4/+4
2018-12-06Following the license change, modify the boilerplates in crypto/gmac/Richard Levitte1-1/+1
2018-12-06Following the license change, modify the boilerplates in crypto/kmac/Richard Levitte1-1/+1
2018-12-06Following the license change, modify the boilerplates in crypto/kdf/Richard Levitte4-4/+4
2018-12-06Following the license change, modify the boilerplates in crypto/idea/Richard Levitte6-6/+6
2018-12-06Following the license change, modify the boilerplates in crypto/evp/Richard Levitte65-65/+65
2018-12-06Following the license change, modify the boilerplates in crypto/err/Richard Levitte4-4/+4
2018-12-06Following the license change, modify the boilerplates in crypto/engine/Richard Levitte24-24/+24
2018-12-06Following the license change, modify the boilerplates in crypto/ec/Richard Levitte57-57/+57
2018-12-06Following the license change, modify the boilerplates in crypto/dso/Richard Levitte8-8/+8
2018-12-06Following the license change, modify the boilerplates in crypto/dsa/Richard Levitte14-15/+15
2018-12-06Following the license change, modify the boilerplates in crypto/dh/Richard Levitte15-15/+15
2018-12-06Following the license change, modify the boilerplates in crypto/des/Richard Levitte27-27/+27
2018-12-06Following the license change, modify the boilerplates in crypto/ct/Richard Levitte11-11/+11
2018-12-06Following the license change, modify the boilerplates in crypto/conf/Richard Levitte11-12/+12
2018-12-06Following the license change, modify the boilerplates in crypto/comp/Richard Levitte4-4/+4
2018-12-06Following the license change, modify the boilerplates in crypto/cms/Richard Levitte15-15/+15
2018-12-06Following the license change, modify the boilerplates in crypto/cmac/Richard Levitte3-3/+3
2018-12-06Following the license change, modify the boilerplates in crypto/chacha/Richard Levitte8-8/+8
2018-12-06Following the license change, modify the boilerplates in crypto/cast/Richard Levitte8-8/+8
2018-12-06Following the license change, modify the boilerplates in crypto/camellia/Richard Levitte11-11/+11
2018-12-06Following the license change, modify the boilerplates in crypto/buffer/Richard Levitte2-2/+2
2018-12-06Following the license change, modify the boilerplates in crypto/bn/Richard Levitte72-73/+73
2018-12-06Following the license change, modify the boilerplates in crypto/blake2/Richard Levitte6-6/+6
2018-12-06Following the license change, modify the boilerplates in crypto/bio/Richard Levitte24-24/+24
2018-12-06Following the license change, modify the boilerplates in crypto/bf/Richard Levitte8-8/+8
2018-12-06Following the license change, modify the boilerplates in crypto/async/Richard Levitte10-10/+10
2018-12-06Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte70-71/+71
2018-12-06Following the license change, modify the boilerplates in crypto/aes/Richard Levitte35-35/+35
2018-12-06Following the license change, modify the boilerplates in ms/Richard Levitte8-8/+8
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte51-51/+51
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