- Dec 20, 2002
-
-
Richard Levitte authored
-
- Nov 27, 2002
-
-
Richard Levitte authored
and linker optimizations. PR: 343
-
- Oct 09, 2002
-
-
Richard Levitte authored
give it. For 0.9.7 and up, that means util/domd needs to remove those double dashes from the argument list when gcc is used to find the dependencies.
-
- Aug 09, 2002
-
-
Bodo Möller authored
Additional changes: - use EC_GROUP_get_degree() in apps/req.c - add ECDSA and ECDH to apps/speed.c - adds support for EC curves over binary fields to ECDSA - new function EC_KEY_up_ref() in crypto/ec/ec_key.c - reorganize crypto/ecdsa/ecdsatest.c - add engine support for ECDH - fix a few bugs in ECDSA engine support Submitted by: Douglas Stebila <douglas.stebila@sun.com>
-
- Jul 31, 2002
-
-
Richard Levitte authored
Part of PR 181
-
- Jul 30, 2002
-
-
Lutz Jänicke authored
-
- Jun 27, 2002
-
-
Richard Levitte authored
handled properly. Part of PR 75
-
- Jun 10, 2002
-
-
Bodo Möller authored
-
- May 30, 2002
-
-
Richard Levitte authored
Incidently, this works pretty well on the command line as well. PR: 52
-
- May 02, 2002
-
-
Richard Levitte authored
default format. PR: 16
-
- Feb 13, 2002
-
-
Bodo Möller authored
Submitted by: Nils Larsch <nla@trustcenter.de>
-
- Jan 02, 2002
-
-
Richard Levitte authored
crypto/rijndael. Additionally, I applied the AES integration patch from Stephen Sprunk <stephen@sprunk.org> and fiddled it to work properly with the normal EVP constructs (and incidently work the same way as all other symmetric cipher implementations). This results in an API that looks a lot like the rest of the OpenSSL cipher suite.
-
- Oct 30, 2001
-
-
Richard Levitte authored
sooner and the programs get built against the shared libraries. This requires a bit more work. Things like -rpath and the possibility to still link the programs statically should be included. Some cleanup is also needed. This will be worked on.
-
- Oct 04, 2001
-
-
Richard Levitte authored
types.h to ossl_typ.h. Also, it seems like krb5 was forgotten in some places.
-
- Aug 05, 2001
-
-
Ben Laurie authored
-
- Jun 05, 2001
-
-
Richard Levitte authored
-
- May 16, 2001
-
-
Richard Levitte authored
as gmtime_r() on the systems where that is defined.
-
- May 06, 2001
-
-
Richard Levitte authored
like des_read_password and friends (backward compatibility functions using this new API are provided). The purpose is to remove prompting functions from the DES code section as well as provide for prompting through dialog boxes in a window system and the like.
-
- Mar 09, 2001
-
-
Bodo Möller authored
errors can be tolerated, hide the error from 'make'. This gives shorter output both if ranlib fails and if it works.
-
- Mar 08, 2001
-
-
Bodo Möller authored
-
- Mar 05, 2001
-
-
Bodo Möller authored
Add EC vaporware: change relevant Makefiles and add some empty source files. "make update".
-
- Feb 22, 2001
-
-
Richard Levitte authored
and make all files the depend on it include it without prefixing it with openssl/. This means that all Makefiles will have $(TOP) as one of the include directories.
-
- Feb 21, 2001
-
-
Geoff Thorpe authored
-
- Feb 19, 2001
-
-
Richard Levitte authored
sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
-
Richard Levitte authored
-
Bodo Möller authored
-
- Dec 29, 2000
-
-
Richard Levitte authored
-
- Oct 26, 2000
-
-
Richard Levitte authored
At the same time, add VMS support for Rijndael.
-
- Oct 14, 2000
-
-
Richard Levitte authored
make update done.
-
- Sep 25, 2000
-
-
Richard Levitte authored
acceptable, since all that happens if it fails is a library with an index, which makes linking slower, but still working correctly.
-
- Sep 07, 2000
-
-
Richard Levitte authored
-
Richard Levitte authored
centralise those hacks in crypto/symhacks.h and use it everywhere it's needed.
-
- Jun 13, 2000
-
-
Geoff Thorpe authored
Also, "make update" has added some missing functions to libeay.num, updated the TABLE for the alpha changes, and updated thousands of dependancies that have changed from recent commits.
-
- Apr 04, 2000
-
-
Geoff Thorpe authored
variety of platforms. A few are missing, and they will be added in eventually, but as this is new stuff, it was better to not break lots of platforms in one go that we can't easily test. The changes to "Configure" should illustrate how to add support to other systems if you feel like having a go. NB: I'll add something shortly to allow you to add "dlfcn.h" support on those platforms that don't have (or need) a dlfcn.h header file. (The symbol for Configure will probably by "dlfcn_no_h"). Thanks to Richard Levitte, who is responsible for the dso_dl.c support, understanding the trickier aspects of the build process, and giving great feedback on everything else. [Don't use this stuff if you're easily offended by changes to the interface or behaviour - it's still work in progress.] PR:
-
- Mar 20, 2000
-
-
Ulf Möller authored
-
- Feb 01, 2000
-
-
Ulf Möller authored
Submitted by: Martin Kraemer <martin.kraemer@mch.sni.de>
-
- Jan 23, 2000
-
-
Dr. Stephen Henson authored
Tidy up CRYPTO_EX_DATA structures.
-
- Jan 07, 2000
-
-
Bodo Möller authored
-
- Dec 17, 1999
-
-
Richard Levitte authored
With this change, the following is provided and present at all times (meaning CRYPTO_MDEBUG is no longer required to get this functionality): - hooks to provide your own allocation and deallocation routines. They have to have the same interface as malloc(), realloc() and free(). They are registered by calling CRYPTO_set_mem_functions() with the function pointers. - hooks to provide your own memory debugging routines. The have to have the same interface as as the CRYPTO_dbg_*() routines. They are registered by calling CRYPTO_set_mem_debug_functions() with the function pointers. I moved everything that was already built into OpenSSL and did memory debugging to a separate file (mem_dbg.c), to make it clear what is what. With this, the relevance of the CRYPTO_MDEBUG has changed. The only thing in crypto/crypto.h that it affects is the definition of the MemCheck_start and MemCheck_stop macros.
-
- Sep 10, 1999
-
-
Ulf Möller authored
-