- Sep 10, 2004
-
-
Richard Levitte authored
-
- Sep 09, 2004
-
-
Andy Polyakov authored
warning. Submitted by: Doug Kaufman <dkaufman@rahul.net>
-
Andy Polyakov authored
[for DJGPP]...
-
- Sep 08, 2004
-
-
Richard Levitte authored
-
Richard Levitte authored
-
- Sep 07, 2004
-
-
Dr. Stephen Henson authored
Add support for policy checking in verify utility.
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Sep 06, 2004
-
-
Dr. Stephen Henson authored
This tidies up verify parameters and adds support for integrated policy checking. Add support for policy related command line options. Currently only in smime application. WARNING: experimental code subject to change.
-
Dr. Stephen Henson authored
-
- Aug 29, 2004
-
-
Andy Polyakov authored
-
Andy Polyakov authored
"Proper" means "compiles and passes test." Versioning is broken (I think).
-
Andy Polyakov authored
symbol, but a macro expanded as (*(OPENSSL_ia32cap_loc())). The latter is the only one to be exported to application.
-
Andy Polyakov authored
-
Andy Polyakov authored
x86*_nw.pl will be deleted. In addition this update implements initseg on several additional [in addition to ELF] platforms. Functions registered with initseg are supposed to be called prior main().
-
- Aug 24, 2004
-
-
Andy Polyakov authored
compiling the engine and inline memcpy in performance critical pathes.
-
- Aug 23, 2004
-
-
Andy Polyakov authored
-
- Aug 18, 2004
-
-
Richard Levitte authored
-
- Aug 12, 2004
-
-
Richard Levitte authored
converted to upper case or something like that), the application- level bio_dump_cb() has a name clash with the new library function BIO_dump_cb(). The easiest fix is to rename the function at the application level.
-
- Aug 11, 2004
-
-
Richard Levitte authored
to bother creating a BIO around it. So here's a few more functions to make it possible to make the dump using a printing callback, and to print to a FILE* (based on the callback variant), done in the same style as the functions in crypto/err/err_prn.c.
-
Richard Levitte authored
-
Dr. Stephen Henson authored
-
- Aug 10, 2004
-
-
Dr. Stephen Henson authored
-
- Aug 06, 2004
-
-
Dr. Stephen Henson authored
-
- Aug 05, 2004
-
-
Dr. Stephen Henson authored
-
- Aug 04, 2004
-
-
Geoff Thorpe authored
-
Andy Polyakov authored
potential corruption problem if user manages to inter-leave aligined and misaligned requests [as well as some MSC-specific tweaks].
-
- Aug 03, 2004
-
-
Richard Levitte authored
-
- Aug 02, 2004
-
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
performing AES encryption in hardware, as well as one accessing hardware RNG. As you surely imagine this engine access this extended instruction set. Well, only AES for the moment, support for RNG is to be added later on... PR: 889 Submitted by: Michal Ludvig <michal@logix.cz> Obtained from: http://www.logix.cz/michal/devel/padlock/
-
- Aug 01, 2004
-
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
COFF and a.out targets [similar to ELF targets]. You might notice some rudementary support for shared mingw builds under cygwin. It works (it produces cryptoeay32.dll and ssleay32.dll with everything exported by name), but it's primarily for testing/debugging purposes, at least for now...
-
Andy Polyakov authored
going out...
-
Andy Polyakov authored
if we explicitly intruct the linker to set entry point, then we become obliged to initialize run-time library. Instead we can pick name run-time will call and such name is DllMain. Note that this applies to both "native" Win32 environment and Cygwin:-)
-
- Jul 29, 2004
-
-
Richard Levitte authored
-
- Jul 27, 2004
-
-
Richard Levitte authored
static variable
-
Dr. Stephen Henson authored
-