- Dec 19, 2000
-
-
Bodo Möller authored
-
Bodo Möller authored
-
- Dec 18, 2000
-
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
structures and setting rsa->_method_mod_{n,p,q}. Submitted by: "Reddie, Steven" <Steven.Reddie@ca.com>
-
Bodo Möller authored
-
- Dec 17, 2000
-
-
Dr. Stephen Henson authored
Redo OCSP response printing. Remove duplicate or obsolete code. Delete some redundant files.
-
Bodo Möller authored
OpenSSL (such as the new undocumented '-prexit' option to s_client), the FAQ should point out that they don't: The FAQ is not just part of the release, it's current version is also published on the web.
-
Bodo Möller authored
-
- Dec 16, 2000
-
-
Dr. Stephen Henson authored
-
Richard Levitte authored
Spotted by "David Schwartz" <davids@webmaster.com>.
-
Richard Levitte authored
-
Dr. Stephen Henson authored
just a NULL and appears in a certificate.
-
Dr. Stephen Henson authored
Initial support for variables in DEF files.
-
Dr. Stephen Henson authored
-
- Dec 15, 2000
-
-
Ulf Möller authored
compiler switch.
-
Bodo Möller authored
(e.g., use a default), we have to call ERR_clear_error().
-
Bodo Möller authored
-
Dr. Stephen Henson authored
are all raw print only extensions at present.
-
Bodo Möller authored
in NO_ASM configurations
-
Bodo Möller authored
-
- Dec 14, 2000
-
-
Dr. Stephen Henson authored
This is a little unusual because it can contain no structure i.e. the extension OCTET STRING content octets do not contain a DER encoded structure.
-
Geoff Thorpe authored
-
Geoff Thorpe authored
BCM5805 and BCM5820 units. So far I've merely taken a skim over the code and changed a few things from their original contributed source (de-shadowing variables, removing variables from the header, and re-constifying some functions to remove warnings). If this gives compilation problems on any system, please let me know. We will hopefully know for sure whether this actually functions on a system with the relevant hardware in a day or two. :-)
-
Dr. Stephen Henson authored
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 authored
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
-
Dr. Stephen Henson authored
code from certificate, CRL and request printing routines.
-
- Dec 13, 2000
-
-
Dr. Stephen Henson authored
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.
-
Ulf Möller authored
-
Dr. Stephen Henson authored
-
Richard Levitte authored
functions need to be constified, and therefore meant a number of easy changes a little everywhere. Now, if someone could explain to me why OBJ_dup() cheats...
-
Richard Levitte authored
Solution: multiply a with 0, putting the result in r, and return.
-
Richard Levitte authored
when both a and b are of the exact right size. This may change to something better later.
-
Richard Levitte authored
Also, define a second debugging configuration without assembler.
-
Dr. Stephen Henson authored
This was caused by no initialising the buffer to NULL when using the auto allocating version if i2d.
-
Dr. Stephen Henson authored
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'.
-