- 29 11月, 2000 9 次提交
-
-
由 Bodo Möller 提交于
Modify "CHANGES" entry for BN_mod_inverse (it's not just avoiding BN_div that increases performance, avoiding BN_mul also helps)
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
Get the BN_mod_exp_mont bugfix (for handling negative inputs) correct this time.
-
由 Richard Levitte 提交于
bn_add_words(), not bn_sub_words()...
-
由 Geoff Thorpe 提交于
command line, and make the peer-authentication similarly configurable.
-
由 Ulf Möller 提交于
-
由 Geoff Thorpe 提交于
- Add "-cipher" and "-out_state" command line arguments to control SSL cipher-suites and handshake debug output respectively. - Implemented error handling for SSL handshakes that break down. This uses a cheat - storing a non-NULL pointer as "app_data" in the SSL structure when the SSL should be killed.
-
由 Geoff Thorpe 提交于
or two kinks lurking around, but it now appears to deal with the basic test cases ok.
-
- 28 11月, 2000 11 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Richard Levitte 提交于
-
由 Bodo Möller 提交于
Sketch the test for BN_kronecker.
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
Also add the next file in advance so that I can't forget this one :-)
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
Fix BN_gcd. Analyze BN_mod_inverse. Add BN_kronecker. "make update".
-
- 27 11月, 2000 7 次提交
-
-
由 Bodo Möller 提交于
use BN_CTX_start/get/end instead of accessing ctx->tos). Change indentation to "EAY" style.
-
由 Bodo Möller 提交于
use BN_CTX_start/get/end instead of accessing ctx->tos). Change indentation to "EAY" style.
-
由 Geoff Thorpe 提交于
making a note in the CHANGES file.
-
由 Geoff Thorpe 提交于
the RSA_METHOD's "init()" handler is called, and is cleaned up after the RSA_METHOD's "finish()" handler is called. Custom RSA_METHODs may wish to initialise contexts and other specifics in the RSA structure upon creation and that was previously not possible - "ex_data" is where that stuff should go and it was being initialised too late for it to be used.
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
BN_swap manual page.
-
由 Bodo Möller 提交于
"make update"
-
- 26 11月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
These new files will not be included literally in OpenSSL, but I intend to integrate most of their contents. Most file names will change, and when the integration is done, the superfluous files will be deleted. Submitted by: Lenka Fibikova <fibikova@exp-math.uni-essen.de>
-
- 23 11月, 2000 3 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Ulf Möller 提交于
You can still get the code using tag "rsaref".
-
- 22 11月, 2000 4 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
I'm a little bit nervous about bn_div_words, as I don't know what it's supposed to return on overflow. For now, I trust the rest of the system to give it numbers that will not cause any overflow...
-
由 Richard Levitte 提交于
-
由 Ben Laurie 提交于
-
- 21 11月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
problem in some other file, but I can't recall which.
-
- 20 11月, 2000 1 次提交
-
-
由 Ben Laurie 提交于
-
- 19 11月, 2000 2 次提交
-
-
由 Richard Levitte 提交于
(incorrect) attempt to free it once more...
-
由 Richard Levitte 提交于
-