- Feb 22, 2003
-
-
Ulf Möller authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Dr. Stephen Henson authored
when reading from a non blocking BIO. It would incorrectly interpret retries as EOF, incorrectly buffer initial data and have no buffering at all after initial data (data would be sent one byte at a time to EVP_DecodeUpdate).
-
Ulf Möller authored
-
- Feb 21, 2003
-
-
Ulf Möller authored
-
Ulf Möller authored
conventions.
-
Ulf Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
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
-
- Feb 20, 2003
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
For some reason it was disabled...
-
Dr. Stephen Henson authored
if the write fails when flushing the buffer return the value to the application so it can retry.
-
- Feb 19, 2003
-
-
Bodo Möller authored
PR: 511 Submitted by: Eric Cronin
-
Richard Levitte authored
-
Richard Levitte authored
An advisory will be posted to the web. Expect a release within the hour.
-
Richard Levitte authored
-
Richard Levitte authored
-
Dr. Stephen Henson authored
-
- Feb 18, 2003
-
-
Dr. Stephen Henson authored
-
Richard Levitte authored
-
- Feb 16, 2003
-
-
Bodo Möller authored
Reportedly this option is deprecated, and on some systems "make test" fails if it is included. PR: 495
-
- Feb 15, 2003
-
-
Geoff Thorpe authored
elements directly, so this missing functionality is required. PR: 276
-
Geoff Thorpe authored
be cast later on.
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Geoff Thorpe authored
Also, I've added handling for other mod_exp calls that were not using any cached montgomery forms. These cases matter only for special RSA keys (eg. ones that are missing information) so are unlikely to be used in normal circumstances.
-
- Feb 14, 2003
-
-
Geoff Thorpe authored
verification step of CRT private key operations in the RSA code - previously no montgomery form was checked or used for 'n', and so it would be generated on the fly each time. As a result, private key operations are now a percent or two faster. Rather than adding this as another repetition of the nearly-identical montgomery "check for first-use" initialisation code blocks, I've taken this chance to create a helper function and macro-wrapper to replace them. PR: 475
-
Bodo Möller authored
-
Richard Levitte authored
PR: 454
-
Richard Levitte authored
on it.
-
Richard Levitte authored
I also updated the bn_ops field with values taken from OpenBSD-mips. PR: 498
-
Richard Levitte authored
PR: 500
-
Richard Levitte authored
PR: 500
-
Richard Levitte authored
PR: 358
-
- Feb 13, 2003
-
-
Richard Levitte authored
applications, at least on the platforms where it's known how to do it. Note: this has only been tested on GNU-based platforms (Linux), and needs to be tested on all others. Additionally, it's not yet supported on the following platforms, for lack of information: Darwin (MacOS X) Cygwin OSF1/Alpha SVR3 ReliantUNIX Please help out with testing and the platforms we don't yet know well enough.
-
Richard Levitte authored
-
Richard Levitte authored
-
- Feb 12, 2003
-
-
Bodo Möller authored
Submitted by: Nils Larsch
-
Bodo Möller authored
efficiency (EC_PRE_COMP objects are now constant once completed). Extend 'extra_data' API to support arbitrarily many slots (although we need only one at the moment). Modify EC internal 'extra_data' API: EC_GROUP_[clear_]free_extra_data now frees only a single slot (the previous functions are available as EC_GROUP_[clear_]free_all_extra_data). Submitted by: Nils Larsch Reviewed by: Bodo Moeller
-