index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
rsa
/
rsa_gen.c
Age
Commit message (
Expand
)
Author
2023-07-08
Hide symbols in rsa
Bob Beck
2023-04-13
The NBs have been duly noted and ignored. Drop them.
Theo Buehler
2023-04-13
Move RSA_generate_key() from rsa_depr.c to rsa_gen.c
Theo Buehler
2023-03-27
Convert BN_copy() with missing error checks to bn_copy()
Theo Buehler
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-01-20
Fix check for BN_mod_inverse_ct return value
Kinichiro Inoguchi
2022-01-07
Prepare to make RSA and RSA_METHOD opaque by including rsa_locl.h
Theo Buehler
2021-12-26
Consistently call BN_init() before BN_with_flags()
Theo Buehler
2017-01-29
Send the function codes from the error functions to the bit bucket,
Bob Beck
2017-01-25
Construct a BN_gcd_nonct, based on BN_mod_inverse_no_branch, as suggested
Bob Beck
2017-01-21
Add ct and nonct versions of BN_mod_inverse for internal use
Bob Beck
2017-01-21
Split out BN_div and BN_mod into ct and nonct versions for Internal use.
Bob Beck
2016-06-30
Remove flags for disabling constant-time operations.
Brent Cook
2015-02-09
BN_CTX_get() can fail - consistently check its return value.
Joel Sing
2014-07-11
Only import cryptlib.h in the four source files that actually need it.
Joel Sing
2014-07-09
More KNF.
Joel Sing
2014-07-09
KNF
Miod Vallat
2014-06-12
tags as requested by miod and tedu
Theo de Raadt
2014-04-15
remove FIPS mode support. people who require FIPS can buy something that
Ted Unangst
2012-10-13
resolve conflicts
Damien Miller
2010-10-01
resolve conflicts, fix local changes
Damien Miller
2009-01-09
resolve conflicts
Damien Miller
2008-09-06
resolve conflicts
Damien Miller
2006-06-27
resolve conflicts
Damien Miller
2005-04-29
resolve conflicts
Damien Miller
2000-12-15
openssl-engine-0.9.6 merge
Bob Beck
2000-06-15
RSA goes in tree for next our next release, as it will be after
Bob Beck
2000-03-19
OpenSSL 0.9.5 merge
Bob Beck
1999-09-29
OpenSSL 0.9.4 merge
Bob Beck
1998-10-05
Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build
ryker