summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/t_pkey.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch2005-04-221-1/+1
| | | | | | and BN_get_sign - implement BN_set_negative as a function - always use "#define BN_is_zero(a) ((a)->top == 0)"
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-2/+2
| | | | | | | Use BUF_strlcat() instead of strcat(). Use BIO_snprintf() instead of sprintf(). In some cases, keep better track of buffer lengths. This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
* In ECPKParameters_print, output the private key length correctlyBodo Möller2002-12-041-2/+8
| | | | | | | (length of the order of the group, not length of the actual key, which will be shorter in some cases). Submitted by: Nils Larsch
* use new BIO_indent() function here as wellBodo Möller2002-11-141-30/+11
| | | | Submitted by: Nils Larsch
* This didn't get to the 0.9.8-dev thread...Richard Levitte2002-11-131-8/+2
|
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-16/+7
|
* implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller2002-11-041-1/+1
| | | | Submitted by: Nils Larsch
* Various Win32 fixes.Dr. Stephen Henson2002-10-061-1/+1
| | | | | | Resolve signed/unsigned conflicts Make dso_win32.c compile.
* less specific interface for EC_GROUP_get_basis_typeBodo Möller2002-08-261-2/+1
| | | | Submitted by: Nils Larsch, Bodo Moeller
* ASN1 for binary curvesBodo Möller2002-08-261-1/+27
| | | | Submitted by: Nils Larsch
* add field type to text outputBodo Möller2002-08-091-25/+74
| | | | | | don't print seed value as a number (leading zeros must not be removed) Submitted by: Nils Larsch
* Add ECDH support.Bodo Möller2002-08-091-3/+19
| | | | | | | | | | | | | 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>
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-071-35/+30
| | | | Submitted by: Nils Larsch
* Make sure buffers are large enough even for weird parametersBodo Möller2002-06-261-25/+65
| | | | Submitted by: Nils Larsch
* Implement handling of EC parameter seeds (new functionsBodo Möller2002-06-181-114/+247
| | | | | | | | EC_GROUP_set_seed(), EC_GROUP_get0_seed(), EC_GROUP_get_seed_len()). New functions ECPKParameters_print(), ECPKParameters_print_fp(). Submitted by: Nils Larsch
* New functions EC_POINT_point2bn(), EC_POINT_bn2point(), ↵Bodo Möller2002-05-301-56/+31
| | | | | | EC_POINT_point2hex(), EC_POINT_hex2point() Submitted by: Nils Larsch
* fix ECDSA handlingBodo Möller2002-04-091-8/+19
| | | | Submitted by: Nils Larsch
* EC curve stuffBodo Möller2002-03-081-3/+11
| | | | Submitted by: Nils Larsch
* ECDSA supportBodo Möller2002-02-131-30/+250
| | | | Submitted by: Nils Larsch <nla@trustcenter.de>
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-14/+14
| | | | | | | | | | | | 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.
* Constify DH-related code.Richard Levitte2000-11-071-2/+2
|
* Constify DSA-related code.Richard Levitte2000-11-071-4/+4
|
* Constify the RSA parts of the ASN.1 library. Note some ugly castsRichard Levitte2000-11-071-2/+2
| | | | | that are needed in the ASN.1 macros. Hopefully, we can get rid of those in an elegant way in the future.
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-021-8/+8
| | | | | | | | | 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.
* ispell (and minor modifications)Ulf Möller2000-02-041-1/+1
|
* Seek out and destroy another evil cast.Ulf Möller2000-01-311-4/+4
|
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-9/+0
|
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-241-5/+5
| | | | | | Submitted by: Reviewed by: PR:
* Change functions to ANSI C.Ulf Möller1999-04-191-34/+10
|
* Massive constification.Ben Laurie1999-04-171-4/+6
|
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-6/+9
|
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+389