| Commit message (Expand) | Author | Files | Lines |
2018-12-06 | Following the license change, modify the boilerplates in crypto/mdc2/ | Richard Levitte | 2 | -2/+2 |
2018-12-06 | Following the license change, modify the boilerplates in crypto/mdN/ | Richard Levitte | 11 | -11/+11 |
2018-12-06 | Following the license change, modify the boilerplates in crypto/lhash/ | Richard Levitte | 3 | -3/+3 |
2018-12-06 | Following the license change, modify the boilerplates in crypto/hmac/ | Richard Levitte | 4 | -4/+4 |
2018-12-06 | Following the license change, modify the boilerplates in crypto/gmac/ | Richard Levitte | 1 | -1/+1 |
2018-12-06 | Following the license change, modify the boilerplates in crypto/kmac/ | Richard Levitte | 1 | -1/+1 |
2018-12-06 | Following the license change, modify the boilerplates in crypto/kdf/ | Richard Levitte | 4 | -4/+4 |
2018-12-06 | Following the license change, modify the boilerplates in crypto/idea/ | Richard Levitte | 6 | -6/+6 |
2018-12-06 | Following the license change, modify the boilerplates in crypto/evp/ | Richard Levitte | 65 | -65/+65 |
2018-12-06 | Following the license change, modify the boilerplates in crypto/err/ | Richard Levitte | 4 | -4/+4 |
2018-12-06 | Following the license change, modify the boilerplates in crypto/engine/ | Richard Levitte | 24 | -24/+24 |
2018-12-06 | Following the license change, modify the boilerplates in crypto/ec/ | Richard Levitte | 57 | -57/+57 |
2018-12-06 | Following the license change, modify the boilerplates in crypto/dso/ | Richard Levitte | 8 | -8/+8 |
2018-12-06 | Following the license change, modify the boilerplates in crypto/dsa/ | Richard Levitte | 14 | -15/+15 |
2018-12-06 | Following the license change, modify the boilerplates in crypto/dh/ | Richard Levitte | 15 | -15/+15 |
2018-12-06 | Following the license change, modify the boilerplates in crypto/des/ | Richard Levitte | 27 | -27/+27 |
2018-12-06 | Following the license change, modify the boilerplates in crypto/ct/ | Richard Levitte | 11 | -11/+11 |
2018-12-06 | Following the license change, modify the boilerplates in crypto/conf/ | Richard Levitte | 11 | -12/+12 |
2018-12-06 | Following the license change, modify the boilerplates in crypto/comp/ | Richard Levitte | 4 | -4/+4 |
2018-12-06 | Following the license change, modify the boilerplates in crypto/cms/ | Richard Levitte | 15 | -15/+15 |
2018-12-06 | Following the license change, modify the boilerplates in crypto/cmac/ | Richard Levitte | 3 | -3/+3 |
2018-12-06 | Following the license change, modify the boilerplates in crypto/chacha/ | Richard Levitte | 8 | -8/+8 |
2018-12-06 | Following the license change, modify the boilerplates in crypto/cast/ | Richard Levitte | 8 | -8/+8 |
2018-12-06 | Following the license change, modify the boilerplates in crypto/camellia/ | Richard Levitte | 11 | -11/+11 |
2018-12-06 | Following the license change, modify the boilerplates in crypto/buffer/ | Richard Levitte | 2 | -2/+2 |
2018-12-06 | Following the license change, modify the boilerplates in crypto/bn/ | Richard Levitte | 72 | -73/+73 |
2018-12-06 | Following the license change, modify the boilerplates in crypto/blake2/ | Richard Levitte | 6 | -6/+6 |
2018-12-06 | Following the license change, modify the boilerplates in crypto/bio/ | Richard Levitte | 24 | -24/+24 |
2018-12-06 | Following the license change, modify the boilerplates in crypto/bf/ | Richard Levitte | 8 | -8/+8 |
2018-12-06 | Following the license change, modify the boilerplates in crypto/async/ | Richard Levitte | 10 | -10/+10 |
2018-12-06 | Following the license change, modify the boilerplates in crypto/asn1/ | Richard Levitte | 70 | -71/+71 |
2018-12-06 | Following the license change, modify the boilerplates in crypto/aes/ | Richard Levitte | 35 | -35/+35 |
2018-12-06 | Following the license change, modify the boilerplates in ms/ | Richard Levitte | 8 | -8/+8 |
2018-12-06 | Following the license change, modify the boilerplates in ssl/ | Richard Levitte | 51 | -51/+51 |
2018-12-06 | Following the license change, modify the boilerplates in test/ | Richard Levitte | 347 | -347/+347 |
2018-12-06 | Following the license change, modify the boilerplates in util/, tools/ | Richard Levitte | 38 | -43/+43 |
2018-12-06 | Following the license change, modify the boilerplates in apps/ | Richard Levitte | 65 | -66/+66 |
2018-12-06 | Change license to the Apache License v2.0 | Richard Levitte | 4 | -128/+184 |
2018-12-06 | License: change any non-boilerplate comment referring to "OpenSSL license" | Richard Levitte | 9 | -13/+9 |
2018-12-06 | Refactor the computation of API version limits | Richard Levitte | 64 | -152/+229 |
2018-12-06 | util/find-doc-nits: allow #undef | Richard Levitte | 1 | -1/+1 |
2018-12-06 | include/openssl/opensslconf.h.in: allow future deprecation for v4.0 | Richard Levitte | 1 | -0/+12 |
2018-12-06 | Configure: allow building without things deprecated up to and including v3.0 | Richard Levitte | 1 | -3/+5 |
2018-12-06 | Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-dev | Richard Levitte | 30 | -363/+493 |
2018-12-06 | Switch future deprecation version from 1.2.0 to 3.0 | Richard Levitte | 16 | -88/+88 |
2018-12-06 | util/mkdef.pl: prepare for DEPRECATEDIN_X | Richard Levitte | 2 | -5/+8 |
2018-12-05 | Fix some SSL_export_keying_material() issues | Matt Caswell | 8 | -42/+92 |
2018-12-05 | Revert "Reduce stack usage in tls13_hkdf_expand" | Matt Caswell | 1 | -12/+4 |
2018-12-05 | bn/bn_{div|shift}.c: introduce fixed-top interfaces. | Andy Polyakov | 3 | -157/+233 |
2018-12-05 | bn/bn_div.c: make conditional addition unconditional | Andy Polyakov | 1 | -17/+69 |