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
/
dsa
/
dsa_gen.c
Age
Commit message (
Expand
)
Author
2015-07-15
Fix inverted test in previous. Commit message told what we intended, but
Miod Vallat
2015-07-15
Previous fix for Coverity CID 21785 did not cope correctly with seed_len != 0,
Miod Vallat
2015-02-15
Avoid calling BN_CTX_end() on a context that wasn't started.
Doug Hogan
2015-02-15
If we decide to discard the provided seed buffer because its size is not
Miod Vallat
2015-02-09
BN_CTX_get() can fail - consistently check its return value.
Joel Sing
2014-10-22
Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().
Joel Sing
2014-07-12
if (x) FOO_free(x) -> FOO_free(x).
Miod Vallat
2014-07-11
Only import cryptlib.h in the four source files that actually need it.
Joel Sing
2014-07-10
Stop including standard headers via cryptlib.h - pull in the headers that
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
2011-11-03
openssl-1.0.0e: 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
2005-04-29
resolve conflicts
Damien Miller
2002-05-15
OpenSSL 0.9.7 stable 2002 05 08 merge
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