- 21 2月, 2003 1 次提交
-
-
由 Bodo Möller 提交于
behaviour was not quite consistent with the conventions for d2i and i2d functions as far as handling of the 'out' or 'in' pointer is concerned. This patch changes this behaviour, and renames the functions to o2i_ECPublicKey and i2o_ECPublicKey (not 'd2i' and 'i2d' because the external encoding is just a raw object string without any DER icing). Submitted by: Nils Larsch
-
- 07 2月, 2003 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Nils Larsch Reviewed by: Bodo Moeller
-
- 28 10月, 2002 2 次提交
-
-
由 Bodo Möller 提交于
create new lock CRYPTO_LOCK_BN to avoid race condition
-
由 Bodo Möller 提交于
Submitted by: Nils Larsch
-
- 27 8月, 2002 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Nils Larsch, Bodo Moeller
-
- 15 8月, 2002 1 次提交
-
-
由 Bodo Möller 提交于
EC_GROUP_new_by_nid() should be enough. This avoids a lot of redundancy. Submitted by: Nils Larsch
-
- 07 8月, 2002 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Nils Larsch
-
- 02 8月, 2002 2 次提交
-
-
由 Bodo Möller 提交于
the new method names where _GF... suffixes have been removed. Revert changes to ..._{get/set}_Jprojective_coordinates_...: The current implementation for ECC over binary fields does not use projective coordinates, and if it did, it would not use Jacobian projective coordinates; so it's OK to use the ..._GFp prefix for all this. Add author attributions to some files so that it doesn't look as if Sun wrote all of this :-)
-
由 Bodo Möller 提交于
Submitted by: Duglas Stebila <douglas.stebila@sun.com>, Sheueling Chang <sheueling.chang@sun.com> (CHANGES entries by Bodo Moeller)
-
- 18 6月, 2002 1 次提交
-
-
由 Bodo Möller 提交于
EC_GROUP_set_seed(), EC_GROUP_get0_seed(), EC_GROUP_get_seed_len()). New functions ECPKParameters_print(), ECPKParameters_print_fp(). Submitted by: Nils Larsch
-
- 10 6月, 2002 1 次提交
-
-
由 Bodo Möller 提交于
and make some appropriate changes to the EC library. Submitted by: Nils Larsch
-
- 20 3月, 2002 1 次提交
-
-
由 Bodo Möller 提交于
Restructure implementation of EC_GROUP_check(). Submitted by: Nils Larsch
-
- 18 3月, 2002 1 次提交
-
-
由 Bodo Möller 提交于
Add some WTLS curves. New function EC_GROUP_check() (this will probably be implemented differently soon). Submitted by: Nils Larsch Reviewed by: Bodo Moeller
-
- 14 2月, 2002 3 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Nils Larsch <nla@trustcenter.de>
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
Submitted by: Nils Larsch <nla@trustcenter.de>
-
- 16 11月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 16 3月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
It does not appear to be faster than the current Montgomery code except for very small moduli (somewhere between 192 and 224 bits in a 64-bit Sun environment, and even less than 192 bits on 32 bit systems).
-
- 14 3月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 12 3月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
which indicate its purpose more clearly.
-
- 11 3月, 2001 3 次提交
-
-
由 Bodo Möller 提交于
The latter does nothing for now, but its existence means that applications can request precomputation when appropriate.
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
multiplication of an arbitrary number of points.
-
- 09 3月, 2001 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
and an ectest.c that actually tests something.
-
- 08 3月, 2001 5 次提交
-
-
由 Bodo Möller 提交于
Change mkerr.pl so that it puts the ERR_load_..._strings() prototype in header files that it writes.
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
including EC arithmetics derived from Lenka Fibikova's code (with some additional optimizations).
-
- 07 3月, 2001 2 次提交
-
-
由 Bodo Möller 提交于
(This will be used for Lim/Lee precomputation data.)
-
由 Bodo Möller 提交于
Initial EC_GROUP_new_curve_GFp implementation.
-
- 06 3月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
Add EC vaporware: change relevant Makefiles and add some empty source files. "make update".
-
- 20 2月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
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.
-
- 05 3月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 25 4月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
codebase apparently was inconsistent. And crypto/Makefile.ssl *does* need an ERRC .. Submitted by: Reviewed by: PR:
-
- 24 4月, 1999 2 次提交
-
-
由 Dr. Stephen Henson 提交于
script, translates function codes better and doesn't need the K&R function prototypes to work (NB. the K&R prototypes can't be wiped just yet: they are still needed by the DEF generator...). I also ran the script with the -rewrite option to update all the header and source files.
-
由 Bodo Möller 提交于
Submitted by: Reviewed by: PR:
-
- 20 4月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-
- 27 2月, 1999 1 次提交
-
-
由 Ralf S. Engelschall 提交于
(Pointed out by Carlos Amengual).
-