1. fecb3aa Update copyright year by Matt Caswell · 2 years, 11 months ago
  2. bc6bac8 Fix failure to check result of bn_rshift_fixed_top by Hugo Landau · 3 years ago
  3. a0238b7 Fix Coverity 1201763 uninitialised pointer read by Pauli · 3 years ago
  4. 9eafb53 Fix possible infinite loop in BN_mod_sqrt() by Tomas Mraz · 3 years, 1 month ago
  5. 43135a5 Fix NULL pointer dereference for BN_mod_exp2_mont by Hugo Landau · 3 years, 1 month ago
  6. 649999d bn_lib.c: Change Endianess check to as a binary condition. by Kelvin Lee · 3 years, 2 months ago
  7. 07c5465 Fix typos by Dimitris Apostolou · 3 years, 2 months ago
  8. f5e8050 Add signed bn2bin and bin2bn functions by Richard Levitte · 3 years, 2 months ago
  9. c30de60 [refactor] BIGNUM: Modify bin2bn() to work from least to most significant chunk by Richard Levitte · 3 years, 2 months ago
  10. 99d3349 BIGNUM: Add a comment on chunk order in struct bignum_st by Richard Levitte · 3 years, 2 months ago
  11. 4e26fe5 [refactor] BIGNUM: Modify bn2binpad()'s setup to be more like bin2bn()'s by Richard Levitte · 3 years, 2 months ago
  12. c2cab43 [refactor] BIGNUM: collapse BN_bin2bn() and BN_lebin2bn() into one by Richard Levitte · 3 years, 2 months ago
  13. cfbb5fc bn_ppc.c: Fix build failure on AIX with XLC/XLCLANG by Tomas Mraz · 3 years, 2 months ago
  14. fd84b9c Fix copyright year issues by Bernd Edlinger · 3 years, 3 months ago
  15. e304aa8 Fix typos by Dimitris Apostolou · 3 years, 3 months ago
  16. 0088ef4 Update troublesome copyright years of auto-generated files to 2022 by Dr. David von Oheimb · 3 years, 3 months ago
  17. 7c78bd4 Add static check in BN_hex2bn by Kan · 3 years, 3 months ago
  18. f050745 Fix the null pointer dereference by Kan · 3 years, 3 months ago
  19. 2437832 rsa exp: move declarations before code by Pauli · 3 years, 3 months ago
  20. 17cca0e Remove some unnecessary undefs in bn_asm.c by Bernd Edlinger · 3 years, 4 months ago
  21. 336923c Fix a carry overflow bug in bn_sqr_comba4/8 for mips 32-bit targets by Bernd Edlinger · 3 years, 4 months ago
  22. 858d5ac bn2binpad: Use memset as the buffer will be used later by Tomas Mraz · 3 years, 4 months ago
  23. 23effeb Fix Coverity 1494385 logically dead code. by Pauli · 3 years, 4 months ago
  24. a8f4cdd EVP_RAND_generate: fix return check by Peiwei Hu · 3 years, 4 months ago
  25. f87b4c4 Dual 1536/2048-bit exponentiation optimization for Intel IceLake CPU by Andrey Matyukov · 3 years, 4 months ago
  26. 680827a Fix return value checking of BN_check_prime invocations by PW Hu · 3 years, 5 months ago
  27. 1287dab fix some code with obvious wrong coding style by x2018 · 3 years, 5 months ago
  28. 19e277d aarch64: support BTI and pointer authentication in assembly by Russ Butler · 3 years, 6 months ago
  29. 54b4053 Update copyright year by Matt Caswell · 3 years, 8 months ago
  30. 52f7e44 Split bignum code out of the sparcv9cap.c by Tomas Mraz · 3 years, 9 months ago
  31. 105c831 bn: procduce correct sign for result of BN_mod() by Pauli · 3 years, 9 months ago
  32. 1627a41 bn: Make fixed-length Montgomery Multiplication conditional on PPC64 by Martin Schwenke · 3 years, 9 months ago
  33. e7370fa bn: Fix .size directive by Martin Schwenke · 3 years, 9 months ago
  34. bf9b782 bn: Use a basic branch-if-not-zero by Martin Schwenke · 3 years, 9 months ago
  35. 92d7120 Fix compile errors when building with --api=1.1.0 no-deprecated. by Shane Lontis · 3 years, 9 months ago
  36. 3d178db ppccap.c: Split out algorithm-specific functions by Tomas Mraz · 3 years, 9 months ago
  37. 3f55ff6 bn: save/restore registers to/from stack by Martin Schwenke · 3 years, 9 months ago
  38. 5b7f986 bn: Switch $i to be unused r9 by Martin Schwenke · 3 years, 9 months ago
  39. 77bd294 bn: Drop unnecessary use of r9 by Martin Schwenke · 3 years, 9 months ago
  40. 450d980 bn: Update .align pseudo-ops to match convention by Martin Schwenke · 3 years, 9 months ago
  41. 7f98eaa bn: Drop use of .p2align pseudo-op by Martin Schwenke · 3 years, 9 months ago
  42. 5ae86f2 Add table entries for fips 186-5 related to RSA auxiliary probable primes. by Shane Lontis · 3 years, 9 months ago
  43. 38fc02a Update copyright year by Matt Caswell · 3 years, 10 months ago
  44. 26b3e44 bn: remove TODOs by Pauli · 3 years, 10 months ago
  45. 5cbd2ea add zero strenght arguments to BN and RAND RNG calls by Pauli · 3 years, 10 months ago
  46. 508258c rand: add a strength argument to the BN and RAND RNG calls by Pauli · 3 years, 10 months ago
  47. a935791 Rework and make DEBUG macros consistent. by Rich Salz · 3 years, 10 months ago
  48. e475d9a rsa: rename global rsaz_ sumbols so they are in namespace by Pauli · 3 years, 10 months ago
  49. 190c029 bn: rename extract_multiplier_2x20_win5 -> ossl_extract_multiplier_2x20_win5 by Pauli · 3 years, 10 months ago
  50. 36ec749 bn: rename bn_check_prime_int -> ossl_bn_check_primt by Pauli · 3 years, 10 months ago
  51. b93f6c2 err: rename err_load_xxx_strings_int functions by Pauli · 3 years, 10 months ago
  52. d136db2 Remove some perl 5.14 use from rsaz-avx512.pl by Matt Caswell · 3 years, 10 months ago
  53. 0789c7d Update copyright year by Matt Caswell · 3 years, 11 months ago
  54. 1064616 Optimize RSA on armv8 by fangming.fang · 3 years, 11 months ago
  55. 0d40ca4 bn: Add fixed length (n=6), unrolled PPC Montgomery Multiplication by Martin Schwenke · 3 years, 11 months ago
  56. 848af5e Drop libimplementations.a by Richard Levitte · 3 years, 11 months ago
  57. aff636a Update copyright year by Matt Caswell · 3 years, 11 months ago
  58. c0a79e9 Rename some globals, add ossl prefix. by Rich Salz · 4 years ago
  59. f5afac4 Update copyright year by Matt Caswell · 4 years ago
  60. 89947af crypto: raise error on malloc failure clean a few style nits. by FdaSilvaYY · 4 years ago
  61. 3c2bdd7 Update copyright year by Matt Caswell · 4 years ago
  62. 5de32f2 Use numbers definition of int128_t and uint128_t by Amitay Isaacs · 4 years ago
  63. 5ad3e6c Include BN assembler alongside CPUID code by Richard Levitte · 4 years ago
  64. c37b947 Add a local perl module to get year last changed by Rich Salz · 4 years ago
  65. 788a72e Increase minimum clang version requirement for rsaz-avx512.pl by Andrey Matyukov · 4 years ago
  66. b238e78 Rearranged .pdata entries in rsaz-avx512.pl to make them properly ordered. by Andrey Matyukov · 4 years ago
  67. c781eb1 Dual 1024-bit exponentiation optimization for Intel IceLake CPU by Andrey Matyukov · 4 years ago
  68. fc27fca Add ossl_bn_group symbols by Shane Lontis · 4 years ago
  69. cd3f8c1 Always check CRYPTO_LOCK_{read,write}_lock by Rich Salz · 4 years, 1 month ago
  70. 8020d79 Update copyright year by Matt Caswell · 4 years, 1 month ago
  71. 2ad5bbe bn_ctx.c: Remove TODO 3.0 related to tracing in FIPS module by Tomas Mraz · 4 years, 1 month ago
  72. 94553e8 Fix external symbols for bn by Shane Lontis · 4 years, 1 month ago
  73. a28d06f Update copyright year by Matt Caswell · 4 years, 1 month ago
  74. 4d2a615 Deprecate BN_pseudo_rand() and BN_pseudo_rand_range() by Tomas Mraz · 4 years, 2 months ago
  75. 4333b89 Update copyright year by Richard Levitte · 4 years, 2 months ago
  76. c27e792 bn: Deprecate the X9.31 RSA key generation related functions by Tomas Mraz · 4 years, 2 months ago
  77. 48116c2 Fix incorrect use of BN_CTX API by Agustin Gianni · 4 years, 3 months ago
  78. 38b57c4 Update copyright years of auto-generated headers (make update) by Dr. David von Oheimb · 4 years, 3 months ago
  79. 7b42408 remove unused assignments by Pauli · 4 years, 4 months ago
  80. 605856d Update copyright year by Matt Caswell · 4 years, 4 months ago
  81. 14a6c6a ERR: Rebuild all generated error headers and source files by Richard Levitte · 4 years, 4 months ago
  82. 13c4537 Only disabled what we need to in a no-dh build by Matt Caswell · 4 years, 4 months ago
  83. 9311d0c Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call by Richard Levitte · 4 years, 5 months ago
  84. a829b73 Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx' by Dr. Matthias St. Pierre · 4 years, 6 months ago
  85. b425001 Rename OPENSSL_CTX prefix to OSSL_LIB_CTX by Dr. Matthias St. Pierre · 4 years, 6 months ago
  86. b830e00 Diverse build.info: Adjust paths by Richard Levitte · 4 years, 7 months ago
  87. cd84d88 Ignore vendor name in Clang version number. by Jung-uk Kim · 4 years, 7 months ago
  88. 7c9a7cf Add fix for RSA keygen in FIPS using keysizes 2048 < bits < 3072 by Shane Lontis · 4 years, 8 months ago
  89. 0f84cbc Update copyright year by Matt Caswell · 4 years, 8 months ago
  90. aa97970 unify spelling of serialize by Pauli · 4 years, 8 months ago
  91. 7a09fab Disable optimiization of BN_num_bits_word() for VS2005 ARM compiler due to by aSoujyuTanaka · 4 years, 9 months ago
  92. 310a0ed BN: Check endianness in run-time, in BN_native2bn() and BN_bn2nativepad() by Richard Levitte · 4 years, 9 months ago
  93. fbd2ece Update copyright year by Matt Caswell · 4 years, 9 months ago
  94. d4bf0d5 Flag RSA secret BNs as consttime on keygen and checks by Nicola Tuveri · 4 years, 9 months ago
  95. 5d8b3a3 Refactor BN_R_NO_INVERSE logic in internal functions by Nicola Tuveri · 4 years, 10 months ago
  96. c8636eb fix doc typo in bn_dh.c by Hubert Kario · 4 years, 10 months ago
  97. 00c405b Update copyright year by Matt Caswell · 4 years, 10 months ago
  98. 1d05eb5 Avoid potential overflow to the sign bit when shifting left 24 places by Tomas Mraz · 4 years, 11 months ago
  99. 454afd9 Update copyright year by Matt Caswell · 4 years, 11 months ago
  100. c450922 Add solaris assembler fixes for legacy provider by Shane Lontis · 5 years ago