PEM_read_...: document that garbage and other PEM data is skipped
[openssl.git] / crypto / bn /
2021-07-02 Shane LontisFix compile errors when building with --api=1.1.0 no...
2021-06-25 Tomas Mrazppccap.c: Split out algorithm-specific functions
2021-06-22 Martin Schwenkebn: save/restore registers to/from stack
2021-06-22 Martin Schwenkebn: Switch $i to be unused r9
2021-06-22 Martin Schwenkebn: Drop unnecessary use of r9
2021-06-22 Martin Schwenkebn: Update .align pseudo-ops to match convention
2021-06-22 Martin Schwenkebn: Drop use of .p2align pseudo-op
2021-06-22 Shane LontisAdd table entries for fips 186-5 related to RSA auxilia...
2021-06-17 Matt CaswellUpdate copyright year
2021-06-02 Paulibn: remove TODOs
2021-05-29 Pauliadd zero strenght arguments to BN and RAND RNG calls
2021-05-29 Paulirand: add a strength argument to the BN and RAND RNG...
2021-05-28 Rich SalzRework and make DEBUG macros consistent.
2021-05-26 Paulirsa: rename global rsaz_ sumbols so they are in namespace
2021-05-26 Paulibn: rename extract_multiplier_2x20_win5 -> ossl_extract...
2021-05-26 Paulibn: rename bn_check_prime_int -> ossl_bn_check_primt
2021-05-26 Paulierr: rename err_load_xxx_strings_int functions
2021-05-24 Matt CaswellRemove some perl 5.14 use from rsaz-avx512.pl
2021-05-20 Matt CaswellUpdate copyright year
2021-05-09 fangming.fangOptimize RSA on armv8
2021-05-08 Martin Schwenkebn: Add fixed length (n=6), unrolled PPC Montgomery...
2021-05-07 Richard LevitteDrop libimplementations.a
2021-05-06 Matt CaswellUpdate copyright year
2021-04-28 Rich SalzRename some globals, add ossl prefix.
2021-04-22 Matt CaswellUpdate copyright year
2021-04-13 FdaSilvaYYcrypto: raise error on malloc failure
2021-04-08 Matt CaswellUpdate copyright year
2021-04-08 Amitay IsaacsUse numbers definition of int128_t and uint128_t
2021-04-02 Richard LevitteInclude BN assembler alongside CPUID code
2021-03-31 Rich SalzAdd a local perl module to get year last changed
2021-03-30 Andrey MatyukovIncrease minimum clang version requirement for rsaz...
2021-03-24 Andrey MatyukovRearranged .pdata entries in rsaz-avx512.pl to make...
2021-03-22 Andrey MatyukovDual 1024-bit exponentiation optimization for Intel...
2021-03-18 Shane LontisAdd ossl_bn_group symbols
2021-03-14 Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2021-03-11 Matt CaswellUpdate copyright year
2021-03-04 Tomas Mrazbn_ctx.c: Remove TODO 3.0 related to tracing in FIPS...
2021-02-26 Shane LontisFix external symbols for bn
2021-02-18 Matt CaswellUpdate copyright year
2021-02-09 Tomas MrazDeprecate BN_pseudo_rand() and BN_pseudo_rand_range()
2021-01-28 Richard LevitteUpdate copyright year
2021-01-25 Tomas Mrazbn: Deprecate the X9.31 RSA key generation related...
2021-01-13 Agustin GianniFix incorrect use of BN_CTX API
2021-01-04 Dr. David von OheimbUpdate copyright years of auto-generated headers (make...
2020-12-03 Pauliremove unused assignments
2020-11-26 Matt CaswellUpdate copyright year
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-18 Matt CaswellOnly disabled what we need to in a no-dh build
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15 Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-10 Richard LevitteDiverse build.info: Adjust paths
2020-08-28 Jung-uk KimIgnore vendor name in Clang version number.
2020-08-11 Shane LontisAdd fix for RSA keygen in FIPS using keysizes 2048...
2020-08-06 Matt CaswellUpdate copyright year
2020-07-30 Pauliunify spelling of serialize
2020-07-15 aSoujyuTanakaDisable optimiization of BN_num_bits_word() for VS2005...
2020-07-11 Richard LevitteBN: Check endianness in run-time, in BN_native2bn(...
2020-06-25 Matt CaswellUpdate copyright year
2020-06-21 Nicola TuveriFlag RSA secret BNs as consttime on keygen and checks
2020-06-16 Nicola TuveriRefactor BN_R_NO_INVERSE logic in internal functions
2020-06-08 Hubert Kariofix doc typo in bn_dh.c
2020-06-04 Matt CaswellUpdate copyright year
2020-05-20 Tomas MrazAvoid potential overflow to the sign bit when shifting...
2020-05-15 Matt CaswellUpdate copyright year
2020-05-02 Shane LontisAdd solaris assembler fixes for legacy provider
2020-04-29 Shourya ShuklaAmend references to "OpenSSL license"
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23 Matt CaswellUpdate copyright year
2020-04-20 Shane LontisFix DH_get_nid() so that it does not cache values.
2020-04-16 Rich SalzUse build.info, not ifdef for crypto modules
2020-02-18 Nicola Tuveri[BN] harden `BN_copy()` against leaks from memory accesses
2020-02-17 David BenjaminAlso check for errors in x86_64-xlate.pl.
2020-02-16 Wataru Ashiharacrypto/bn: fix debug build
2020-02-06 Dr. Matthias St... Fix misspelling errors and typos reported by codespell
2020-02-06 Matt CaswellFix builds with no-dh
2020-01-30 Shane LontisAdd support for DH 'modp' group parameters (RFC 3526)
2020-01-22 David BenjaminDo not silently truncate files on perlasm errors
2020-01-20 Matt CaswellConvert rand_bytes_ex and rand_priv_bytes_ex to public...
2020-01-17 Richard LevitteFor all assembler scripts where it matters, recognise...
2020-01-07 Rich SalzMake generated copyright year be "now"
2020-01-02 Matt CaswellRun make update
2019-12-20 Bernd EdlingerAdd some missing cfi frame info in rsaz-x86_64
2019-12-20 Bernd EdlingerAdd some missing cfi frame info in x86_64-mont5.pl
2019-12-06 Bernd EdlingerImprove the overflow handling in rsaz_512_sqr
2019-12-06 Andy PolyakovFix an overflow bug in rsaz_512_sqr
2019-11-17 Patrick Steuers390x assembly pack: fix bn_mul_comba4
2019-11-09 Kurt RoeckxRSA generation: Use more bits of 1/sqrt(2)
2019-11-07 Richard LevitteUpdate source files for pre-3.0 deprecation
2019-11-07 Richard LevitteUpdate source files for deprecation at 3.0
2019-11-03 Patrick Steuers390x assembly pack: enable clang build
2019-10-31 Billy Brumley[crypto/bn] fix a few small timing leaks in BN_lshift1...
2019-10-23 Cesar Pereida GarciaUpdate control logic for BN_gcd
2019-10-17 Cesar Pereida GarciaConstant-time GCD function.
2019-10-17 Cesar Pereida GarciaUnify BN_rshift design
2019-10-16 Shane LontisFix missing Assembler defines
2019-10-14 Kurt RoeckxAdd BN_check_prime()
2019-10-14 Kurt RoeckxUse fewer primes for the trial division
2019-10-10 Richard LevitteRework how our providers are built
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
next