- 01 6月, 2000 12 次提交
-
-
由 Ulf Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Geoff Thorpe 提交于
which is a cast between NULL and a function pointer.
-
由 Geoff Thorpe 提交于
Also, add in a couple of missing declarations in pkcs7 code.
-
由 Richard Levitte 提交于
Contributed by Jeremy Norris <jeremy.norris@rebel.com>
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
not defined, but __SVR4 is.
-
- 31 5月, 2000 5 次提交
-
-
由 Geoff Thorpe 提交于
cast their type-specific STACK into a real STACK and call the underlying sk_*** function. The problem is that if the STACK_OF(..) parameter being passed in has a "const *" qualifier, it is discarded by the cast. I'm currently implementing a fix for this but in the mean-time, this is one case I noticed (a few type-specific sk_**_num() functions pass in const type-specific stacks). If there are other errors in the code where consts are being discarded, we will similarly not notice them. yuck.
-
由 Bodo Möller 提交于
They have nothing to do with the particular PRNG (md_rand.c).
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Dr. Stephen Henson 提交于
More EVP cipher revision. Change EVP_SealInit() and EVP_OpenInit() to handle cipher parameters. Make it possible to set RC2 and RC5 params. Make RC2 ASN1 code use the effective key bits and not the key length. TODO: document how new API works.
-
- 30 5月, 2000 5 次提交
-
-
由 Geoff Thorpe 提交于
Also, corrects the linux-elf-arm config string, it was previously setting $des_obj = dlfcn :-)
-
由 Richard Levitte 提交于
-
由 Dr. Stephen Henson 提交于
Declare ciphers in terms of macros. This reduces the amount of code and places each block cipher EVP definition in a single file instead of being spread over 4 files.
-
由 Dr. Stephen Henson 提交于
Declare ciphers in terms of macros. This reduces the amount of code and places each block cipher EVP definition in a single file instead of being spread over 4 files.
-
由 Richard Levitte 提交于
<jeremy.norris@rebel.com>)
-
- 29 5月, 2000 5 次提交
-
-
由 Geoff Thorpe 提交于
* speed processes any/all options passed to it, not just one. * DH and DSA have no "_get_method()" functions, only RSA does. * typos.
-
由 Geoff Thorpe 提交于
-
由 Geoff Thorpe 提交于
not be used because it is not available on all systems (most notably, win32).
-
由 Geoff Thorpe 提交于
There's no trace of it being implemented and it doesn't seem to have been intended given that it is prototyped with a BIO yet there was a BIO- specific version added in at the same time.
-
由 Geoff Thorpe 提交于
-
- 28 5月, 2000 2 次提交
-
-
由 Dr. Stephen Henson 提交于
Remove duplicated code in EVP.
-
由 Bodo Möller 提交于
-
- 27 5月, 2000 2 次提交
-
-
由 Dr. Stephen Henson 提交于
Second phase of EVP cipher overhaul. Change functions like EVP_EncryptUpdate() so they now return a value. These normally have software only implementations which cannot fail so this was acceptable. However ciphers can be implemented in hardware and these could return errors.
-
由 Dr. Stephen Henson 提交于
Beginnings of EVP cipher overhaul. This should eventually enhance and tidy up the EVP interface. This patch adds initial support for variable length ciphers and changes S/MIME code to use this. Some other library functions need modifying to support use of modified cipher parameters. Also need to change all the cipher functions that should return error codes, but currenly don't. And of course it needs extensive testing...
-
- 25 5月, 2000 4 次提交
-
-
由 Geoff Thorpe 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
Call dh_tmp_cb with correct 'is_export' flag. Avoid tabs in CHANGES.
-
由 Richard Levitte 提交于
-
- 24 5月, 2000 2 次提交
-
-
由 Dr. Stephen Henson 提交于
ASN1 encoding.
-
由 Ralf S. Engelschall 提交于
Submitted by: Arnaud De Timmerman <Arnaud.De.Timmerman@branchur.fr>
-
- 21 5月, 2000 3 次提交
-
-
由 Ben Laurie 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-