Revision tags: OpenSSL-engine-0_9_6l, OpenSSL_0_9_6l, BEN_FIPS_TEST_3, BEN_FIPS_TEST_2, BEN_FIPS_TEST_1, OpenSSL-engine-0_9_6k, OpenSSL_0_9_6k, OpenSSL_0_9_7c, OpenSSL-engine-0_9_6j, OpenSSL_0_9_7b, OpenSSL_0_9_6j, OpenSSL-engine-0_9_6i, OpenSSL_0_9_6i, OpenSSL_0_9_7a, OpenSSL_0_9_7, OpenSSL_0_9_7-beta6, STATE_after_zlib, STATE_before_zlib, OpenSSL_0_9_7-beta5, OpenSSL-engine-0_9_6h, OpenSSL_0_9_6h |
|
#
7e8c30b5 |
| 04-Dec-2002 |
Bodo Möller |
In ECPKParameters_print, output the private key length correctly (length of the order of the group, not length of the actual key, which will be shorter in some cases). Submitted by:
In ECPKParameters_print, output the private key length correctly (length of the order of the group, not length of the actual key, which will be shorter in some cases). Submitted by: Nils Larsch
show more ...
|
Revision tags: OpenSSL_0_9_7-beta4 |
|
#
555d7525 |
| 14-Nov-2002 |
Bodo Möller |
use new BIO_indent() function here as well Submitted by: Nils Larsch
|
#
c112323d |
| 13-Nov-2002 |
Richard Levitte |
This didn't get to the 0.9.8-dev thread...
|
#
54a656ef |
| 13-Nov-2002 |
Ben Laurie |
Security fixes brought forward from 0.9.7.
|
#
b53e44e5 |
| 04-Nov-2002 |
Bodo Möller |
implement and use new macros BN_get_sign(), BN_set_sign() Submitted by: Nils Larsch
|
#
74e3931f |
| 06-Oct-2002 |
Dr. Stephen Henson |
Various Win32 fixes. Resolve signed/unsigned conflicts Make dso_win32.c compile.
|
#
34f1f2a8 |
| 26-Aug-2002 |
Bodo Möller |
less specific interface for EC_GROUP_get_basis_type Submitted by: Nils Larsch, Bodo Moeller
|
#
7e31164a |
| 26-Aug-2002 |
Bodo Möller |
ASN1 for binary curves Submitted by: Nils Larsch
|
Revision tags: OpenSSL-engine-0_9_6g, OpenSSL_0_9_6g |
|
#
60cc56b1 |
| 09-Aug-2002 |
Bodo Möller |
add field type to text output don't print seed value as a number (leading zeros must not be removed) Submitted by: Nils Larsch
|
#
e172d60d |
| 09-Aug-2002 |
Bodo Möller |
Add ECDH support. 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
Add ECDH support. 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>
show more ...
|
Revision tags: OpenSSL-engine-0_9_6f, OpenSSL_0_9_6f |
|
#
14a7cfb3 |
| 07-Aug-2002 |
Bodo Möller |
use a generic EC_KEY structure (EC keys are not ECDSA specific) Submitted by: Nils Larsch
|
Revision tags: OpenSSL_0_9_7-beta3, OpenSSL-engine-0_9_6e, OpenSSL_0_9_6e |
|
#
9ae08a9c |
| 26-Jun-2002 |
Bodo Möller |
Make sure buffers are large enough even for weird parameters Submitted by: Nils Larsch
|
#
5f3d6f70 |
| 18-Jun-2002 |
Bodo Möller |
Implement handling of EC parameter seeds (new functions EC_GROUP_set_seed(), EC_GROUP_get0_seed(), EC_GROUP_get_seed_len()). New functions ECPKParameters_print(), ECPKParameters_print_fp
Implement handling of EC parameter seeds (new functions EC_GROUP_set_seed(), EC_GROUP_get0_seed(), EC_GROUP_get_seed_len()). New functions ECPKParameters_print(), ECPKParameters_print_fp(). Submitted by: Nils Larsch
show more ...
|
Revision tags: OpenSSL_0_9_7-beta2, OpenSSL_0_9_7-beta1 |
|
#
6cbe6382 |
| 30-May-2002 |
Bodo Möller |
New functions EC_POINT_point2bn(), EC_POINT_bn2point(), EC_POINT_point2hex(), EC_POINT_hex2point() Submitted by: Nils Larsch
|
Revision tags: AFTER_COMPAQ_PATCH, BEFORE_COMPAQ_PATCH, OpenSSL-engine-0_9_6d, OpenSSL_0_9_6d, OpenSSL-engine-0_9_6d-beta1, OpenSSL_0_9_6d-beta1 |
|
#
d0561b5c |
| 09-Apr-2002 |
Bodo Möller |
fix ECDSA handling Submitted by: Nils Larsch
|
#
4882171d |
| 08-Mar-2002 |
Bodo Möller |
EC curve stuff Submitted by: Nils Larsch
|
Revision tags: OpenSSL-engine-0_9_6c |
|
#
4d94ae00 |
| 13-Feb-2002 |
Bodo Möller |
ECDSA support Submitted by: Nils Larsch <nla@trustcenter.de>
|
Revision tags: OpenSSL_0_9_6c, OpenSSL-engine-0_9_6b, OpenSSL_0_9_6b, OpenSSL_0_9_6a, OpenSSL-engine-0_9_6a, OpenSSL-engine-0_9_6a-beta3, OpenSSL_0_9_6a-beta3, OpenSSL-engine-0_9_6a-beta2, OpenSSL_0_9_6a-beta2, OpenSSL-engine-0_9_6a-beta1, OpenSSL_0_9_6a-beta1 |
|
#
cf1b7d96 |
| 19-Feb-2001 |
Richard Levitte |
Make all configuration macros available for application by making sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other package
Make all configuration macros available for application by making sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
show more ...
|
#
f971ccb2 |
| 07-Nov-2000 |
Richard Levitte |
Constify DH-related code.
|
#
a4aba800 |
| 07-Nov-2000 |
Richard Levitte |
Constify DSA-related code.
|
Revision tags: rsaref |
|
#
7081f3bd |
| 06-Nov-2000 |
Richard Levitte |
Constify the RSA parts of the ASN.1 library. Note some ugly casts that are needed in the ASN.1 macros. Hopefully, we can get rid of those in an elegant way in the future.
|
Revision tags: BEFORE_engine, OpenSSL_0_9_6-beta2, OpenSSL_0_9_6-beta1, OpenSSL_0_9_6, OpenSSL-engine-0_9_6, OpenSSL-engine-0_9_6-beta3, OpenSSL_0_9_6-beta3, OpenSSL-engine-0_9_6-beta2, OpenSSL-engine-0_9_6-beta1 |
|
#
26a3a48d |
| 01-Jun-2000 |
Richard Levitte |
There have been a number of complaints from a number of sources that names like Malloc, Realloc and especially Free conflict with already existing names on some operating systems or other pac
There have been a number of complaints from a number of sources that names like Malloc, Realloc and especially Free conflict with already existing names on some operating systems or other packages. That is reason enough to change the names of the OpenSSL memory allocation macros to something that has a better chance of being unique, like prepending them with OPENSSL_. This change includes all the name changes needed throughout all C files.
show more ...
|
Revision tags: OpenSSL_0_9_5, OpenSSL_0_9_5a, OpenSSL_0_9_5a-beta2, OpenSSL_0_9_5a-beta1, OpenSSL_0_9_5beta2, OpenSSL_0_9_5beta1 |
|
#
657e60fa |
| 03-Feb-2000 |
Ulf Möller |
ispell (and minor modifications)
|
#
51ca375e |
| 30-Jan-2000 |
Ulf Möller |
Seek out and destroy another evil cast.
|
Revision tags: OpenSSL_0_9_4, OpenSSL_0_9_3a, OpenSSL_0_9_3, OpenSSL_0_9_3beta2, OpenSSL_0_9_3beta1 |
|
#
a9be3af5 |
| 26-Apr-1999 |
Ulf Möller |
Remove NOPROTO definitions and error code comments.
|