- 05 9月, 2011 1 次提交
-
-
由 Bodo Möller 提交于
-
- 11 8月, 2011 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 21 7月, 2011 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 23 3月, 2011 1 次提交
-
-
由 Richard Levitte 提交于
This meant alarger renumbering in util/libeay.num due to symbols appearing in 1.0.0-stable and 1.0.1-stable. However, since there's been no release on this branch yet, it should be harmless.
-
- 13 3月, 2011 1 次提交
-
-
由 Ben Laurie 提交于
-
- 03 2月, 2011 1 次提交
-
-
由 Bodo Möller 提交于
-
- 27 1月, 2011 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 08 7月, 2009 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 27 4月, 2009 1 次提交
-
-
由 Andy Polyakov 提交于
Submitted by: Huang Ying
-
- 04 6月, 2008 1 次提交
-
-
由 Ben Laurie 提交于
-
- 23 3月, 2008 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 29 12月, 2006 1 次提交
-
-
由 Andy Polyakov 提交于
Submitted by: Michal Ludvig <michal@logix.cz>
-
- 09 6月, 2006 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Masashi Fujita Reviewed by: Bodo Moeller
-
- 03 6月, 2006 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
- 01 6月, 2006 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
- 16 7月, 2005 1 次提交
-
-
由 Nils Larsch 提交于
./configure no-deprecated [no-dsa] [no-dh] [no-ec] [no-rsa] make depend all test work again PR: 1159
-
- 17 5月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
[most importantly] put back dependencies accidentaly eliminated in check-in #13342.
-
- 16 5月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 30 3月, 2005 1 次提交
-
-
由 Ben Laurie 提交于
-
- 14 12月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
make update
-
- 03 11月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
if $(EXHEADER) is empty. Notified by many, solution suggested by Carson Gaspar <carson@taltos.org>
-
- 10 9月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
-
- 03 8月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
performing AES encryption in hardware, as well as one accessing hardware RNG. As you surely imagine this engine access this extended instruction set. Well, only AES for the moment, support for RNG is to be added later on... PR: 889 Submitted by: Michal Ludvig <michal@logix.cz> Obtained from: http://www.logix.cz/michal/devel/padlock/
-
- 18 5月, 2004 1 次提交
-
-
由 Geoff Thorpe 提交于
the Makefiles. NB: this commit is probably going to generate a huge posting and it is highly uninteresting to read.
-
- 20 4月, 2004 1 次提交
-
-
由 Geoff Thorpe 提交于
-
- 27 12月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
-
- 03 5月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
-
- 01 5月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
-
- 17 1月, 2003 1 次提交
-
-
由 Lutz Jänicke 提交于
Submitted by: Thierry Lelegard <thierry.lelegard@canal-plus.fr> PR: 461
-
- 29 12月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 16 10月, 2002 1 次提交
-
-
由 Geoff Thorpe 提交于
normal 'structural' case (ENGINE_init() satisfies this in the less normal 'functional' case). This change provides such a function. - Correct some "read" locks that should actually be "write" locks. - make update.
-
- 12 10月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
don't build any "built-in" engines in that directory any more, except fo the cryptodev one.
-
- 09 10月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
give it. For 0.9.7 and up, that means util/domd needs to remove those double dashes from the argument list when gcc is used to find the dependencies.
-
- 05 10月, 2002 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 02 10月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
engine with something they claim is better. I have nothing to compare to, and I assume they know what they're talking about. The interesting part with this one is that it's loaded by default on OpenBSD systems. This change was originally introduced in OpenBSD's tracking of OpenSSL.
-
- 09 8月, 2002 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
Additional changes: - use EC_GROUP_get_degree() in apps/req.c - add ECDSA and ECDH to apps/speed.c - adds support for EC curves over binary fields to ECDSA - new function EC_KEY_up_ref() in crypto/ec/ec_key.c - reorganize crypto/ecdsa/ecdsatest.c - add engine support for ECDH - fix a few bugs in ECDSA engine support Submitted by: Douglas Stebila <douglas.stebila@sun.com>
-
- 30 7月, 2002 1 次提交
-
-
由 Lutz Jänicke 提交于
-