- 30 12月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
zap some evil function pointers casts along the way...
-
- 29 12月, 2000 3 次提交
-
-
由 Richard Levitte 提交于
* detect "unknown" algorithms (any C macro starting with NO_ that is not explicitely mentioned in mkdef.pl as a known algorithm) and report. * add a number of algorithms that can be deselected. * look in ssl/kssl.h as well. * accept multiple whitespace (not just one SPC) in preprocessor lines.
-
由 Dr. Stephen Henson 提交于
currently OpenSSL itself wont compile with this set because some old style stuff remains. Change old functions X509_sign(), X509_verify() etc to use new item based functions. Replace OCSP function declarations with DECLARE macros.
-
由 Dr. Stephen Henson 提交于
The old function pointer versions will eventually go away.
-
- 28 12月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 26 12月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
- 25 12月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
encoding, replacing and deleting extensions. Fix X509V3_get_d2i() so it uses takes note of new critical behaviour.
-
- 20 12月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
corresponding new entry in the OpenSSL_0_9_6-stable branch.
-
由 Dr. Stephen Henson 提交于
Fixes to OCSP print code. Don't try to print request certificates if signature is not present. Remove unnecessary test for certificates being NULL. Fix typos in printed output. Tidy up output. Fix for typo in OCSP_SERVICELOC ASN1 template. Also give a bit more info in CHANGES about the ASN1 revision.
-
- 19 12月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 18 12月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
structures and setting rsa->_method_mod_{n,p,q}. Submitted by: "Reddie, Steven" <Steven.Reddie@ca.com>
-
- 16 12月, 2000 2 次提交
-
-
由 Dr. Stephen Henson 提交于
Initial support for variables in DEF files.
-
由 Bodo Möller 提交于
-
- 15 12月, 2000 4 次提交
-
-
由 Dr. Stephen Henson 提交于
are all raw print only extensions at present.
-
由 Geoff Thorpe 提交于
-
由 Dr. Stephen Henson 提交于
from the print routines. Reorganisation of OCSP code: initial print routines in ocsp_prn.c. Doesn't work fully because OCSP extensions aren't reimplemented yet. Implement some ASN1 functions needed to compile OCSP code.
-
由 Bodo Möller 提交于
-
- 14 12月, 2000 3 次提交
-
-
由 Dr. Stephen Henson 提交于
code from certificate, CRL and request printing routines.
-
由 Dr. Stephen Henson 提交于
authenticated attributes: this is used to retain the original encoding and not break signatures. Support for a SET OF which reorders the STACK when encoding a structure. This will be used with the PKCS7 code.
-
由 Dr. Stephen Henson 提交于
-
- 13 12月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Rewrite the extension code to use an ASN1_ITEM structure for its ASN1 operations as well as the old style function pointers (i2d, d2i, new, free). Change standard extensions to support this. Fix a warning in BN_mul(), bn_mul.c about uninitialised 'j'.
-
- 09 12月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Merge from the ASN1 branch of new ASN1 code to main trunk. Lets see if the makes it to openssl-cvs :-)
-
- 08 12月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
One problem that looked like a problem in bn_recp.c at first turned out to be a BN_mul bug. An example is given in bn_recp.c; finding the bug responsible for this is left as an exercise.
-
- 07 12月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
BN_mod_exp_mont does not work properly yet if modulus m is negative (we want computations to be carried out modulo |m|).
-
由 Bodo Möller 提交于
-
- 06 12月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 05 12月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 04 12月, 2000 1 次提交
-
-
由 Geoff Thorpe 提交于
-
- 02 12月, 2000 2 次提交
-
-
由 Ulf Möller 提交于
The *_part_words functions are not static.
-
由 Richard Levitte 提交于
-
- 01 12月, 2000 4 次提交
-
-
由 Richard Levitte 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Bodo Möller 提交于
-
- 30 11月, 2000 4 次提交
-
-
由 Richard Levitte 提交于
types of questions. Hopefully, that'll make them easier to spot, and specially, easier to refer to.
-
由 Richard Levitte 提交于
Windows. Really, this should probably be done on Unix as well, but that will be a later story...
-
由 Bodo Möller 提交于
-
由 Geoff Thorpe 提交于
similarly modified now on DH and DSA.
-