summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2018-12-06Following the license change, modify the boilerplates in crypto/pem/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/ocsp/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/objects/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/modes/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/mdc2/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/mdN/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/lhash/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/hmac/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/gmac/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/kmac/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/kdf/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/idea/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/evp/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/err/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/engine/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/ec/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/dso/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/dsa/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/dh/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/des/Richard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/ct/Richard Levitte
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-06License: change any non-boilerplate comment referring to "OpenSSL license"Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard 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-05bn/bn_{div|shift}.c: introduce fixed-top interfaces.Andy Polyakov
2018-12-05bn/bn_div.c: make conditional addition unconditionalAndy Polyakov
2018-12-05Configurations/10-main.conf: remove MIPS bn_div_3_words.Andy Polyakov
2018-12-03Disallow Ed25519 signature maleabilityMatt Caswell
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-26Clean up BN_consttime_swap.Billy Brumley