summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2018-11-24VMS: fix collected error stringsRichard Levitte
2018-11-23Smarter build of system error text databaseRichard Levitte
2018-11-21rsa/rsa_ossl.c: cache MONT_CTX for public modulus earlier.Andy Polyakov
2018-11-20Update copyright yearMatt Caswell
2018-11-16sha/asm/sha512p8-ppc.pl: optimize epilogue.Andy Polyakov
2018-11-16sha/asm/sha512p8-ppc.pl: fix typo in prologue.Andy Polyakov
2018-11-15Making SRP_user_pwd functions publicAntoine Salon
2018-11-15Added SRP_VBASE_add0_user()Antoine Salon
2018-11-15SRP module documentationAntoine Salon
2018-11-14KMAC implementation using EVP_MACShane Lontis
2018-11-12Fix SipHash init order.Richard Levitte
2018-11-10[crypto/bn] swap BN_FLG_FIXED_TOP tooBilly Brumley