- Sep 23, 2002
-
-
Bodo Möller authored
PR: 262
-
- Sep 19, 2002
-
-
Bodo Möller authored
PR: 274
-
Bodo Möller authored
PR: 262
-
- Sep 10, 2002
-
-
Bodo Möller authored
recognized instead of using RSA as a default.
-
- Sep 02, 2002
-
-
Bodo Möller authored
-
Bodo Möller authored
-
- Aug 22, 2002
-
-
Dr. Stephen Henson authored
Make -nameopt work in req and add support for -reqopt
-
- Aug 16, 2002
-
-
Lutz Jänicke authored
Submitted by: Reviewed by: PR: 212
-
Dr. Stephen Henson authored
-
- Aug 15, 2002
-
-
Bodo Möller authored
EC_GROUP_new_by_nid() should be enough. This avoids a lot of redundancy. Submitted by: Nils Larsch
-
- Aug 14, 2002
-
-
Bodo Möller authored
-
Bodo Möller authored
-
Dr. Stephen Henson authored
Fix typo in OBJ_txt2obj which incorrectly passed the content length, instead of the encoding length to d2i_ASN1_OBJECT. This wasn't visible before becuse ASN1_get_object() used to read past the length of the supplied buffer.
-
- Aug 12, 2002
-
-
Bodo Möller authored
-
- Aug 09, 2002
-
-
Bodo Möller authored
Submitted by: Douglas Stebila <douglas.stebila@sun.com> (Authors: Vipul Gupta and Sumit Gupta, Sun Microsystems Laboratories)
-
Bodo Möller authored
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>
-
- Aug 08, 2002
-
-
Richard Levitte authored
-
- Aug 02, 2002
-
-
Dr. Stephen Henson authored
calculation and check overflow against LONG_MAX.
-
Bodo Möller authored
-
Bodo Möller authored
without success.
-
Bodo Möller authored
really the square of the return value.
-
Bodo Möller authored
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 authored
-
Bodo Möller authored
Submitted by: Duglas Stebila <douglas.stebila@sun.com>, Sheueling Chang <sheueling.chang@sun.com> (CHANGES entries by Bodo Moeller)
-
Bodo Möller authored
The 'OPENSSL_NO_SUN_DIV' default is still subject to change, so I didn't bother to finish the CHANGES entry yet. Submitted by: Douglas Stebila <douglas.stebila@sun.com>, Sheueling Chang <sheueling.chang@sun.com> (CHANGES entry by Bodo Moeller)
-
Bodo Möller authored
Submitted by: Douglas Stebila <douglas.stebila@sun.com>
-
Bodo Möller authored
-
- Jul 30, 2002
-
-
Lutz Jänicke authored
Changes marked "(CHATS)" were sponsored by the Defense Advanced Research Projects Agency (DARPA) and Air Force Research Laboratory, Air Force Materiel Command, USAF, under agreement number F30602-01-2-0537.
-
- Jul 23, 2002
-
-
Richard Levitte authored
-
- Jul 22, 2002
-
-
Bodo Möller authored
-
- Jul 19, 2002
-
-
Lutz Jänicke authored
Submitted by: Reviewed by: PR: 127
-
- Jul 16, 2002
-
-
Richard Levitte authored
directory, making a separate directory tree with lots of symbolic links seems to be the solution. Unfortunately, Configure doesn't take appropriate steps to support this solution (as in removing a file that's going to be rewritten). This change corrects that situation. Now I just have to find all other places where there's lack of support for this.
-
- Jul 14, 2002
-
-
Bodo Möller authored
(the same keys can be used for ECC schemes other than ECDSA) and add some new options. Similarly, use string "EC PARAMETERS" instead of "ECDSA PARAMETERS" in 'PEM' format. Fix ec_asn1.c (take into account the desired conversion form). 'make update'. Submitted by: Nils Larsch
-
- Jul 10, 2002
-
-
Lutz Jänicke authored
not covered by the strength bit mask. Submitted by: Reviewed by: PR: 130
-
- Jul 04, 2002
-
-
Bodo Möller authored
-
- Jun 26, 2002
-
-
Bodo Möller authored
-
- Jun 21, 2002
-
-
Geoff Thorpe authored
pointers passed to them whenever necessary. Otherwise it is possible the caller may have overwritten (or deallocated) the original string data when a later ENGINE operation tries to use the stored values. Submitted by: Götz Babin-Ebell <babinebell@trustcenter.de> Reviewed by: Geoff Thorpe PR: 98
-
- Jun 18, 2002
-
-
Bodo Möller authored
EC_GROUP_set_seed(), EC_GROUP_get0_seed(), EC_GROUP_get_seed_len()). New functions ECPKParameters_print(), ECPKParameters_print_fp(). Submitted by: Nils Larsch
-
- Jun 14, 2002
-
-
Bodo Möller authored
vulnerability workaround (included in SSL_OP_ALL). PR: #90
-
- Jun 12, 2002
-
-
Lutz Jänicke authored
Submitted by: Reviewed by: PR: 82
-