- Feb 15, 2002
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
Fix OID module.
-
Dr. Stephen Henson authored
-
- Feb 14, 2002
-
-
Dr. Stephen Henson authored
tolerate missing config file.
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
#if out some unused function. "index" is a global function on some platforms.
-
Richard Levitte authored
-
Bodo Möller authored
enabled by default
-
Bodo Möller authored
-
Richard Levitte authored
Notified by Oscar Jacobsson <oscar@jacobsson.org>
-
Richard Levitte authored
getting the bottommost one. I hope I understood correctly how this should be done. It seems to work when running evp_test in an environment where it can't find openssl.cnf.
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
generates different keys than previous versions of OpenSSL and libdes, let's make Assar's change experimental for now.
-
Richard Levitte authored
-
- Feb 13, 2002
-
-
Bodo Möller authored
-
cvs2svn authored
'OpenSSL_0_9_7-stable'.
-
Richard Levitte authored
CygWin 1.3.x, which includes thread and shared library support. Submitted by Corinna Vinschen <vinschen@redhat.com> and modified a little bit.
-
Bodo Möller authored
weakness in SSL/TLS
-
Richard Levitte authored
-
Richard Levitte authored
extensions to link together, there's no point looping at all.
-
- Feb 10, 2002
-
-
Lutz Jänicke authored
-
- Feb 09, 2002
-
-
Bodo Möller authored
-
- Feb 08, 2002
-
-
Lutz Jänicke authored
-
- Feb 07, 2002
-
-
Richard Levitte authored
0.9.7.
-
Richard Levitte authored
-
Richard Levitte authored
CRYPTO_LOCK_RAND...
-
Richard Levitte authored
-
Richard Levitte authored
lets change our prefix to AEPHK_R_. Otherwise, we get very mysterious errors because we happen to redefine AEP_R_OK and AEP_R_GENERAL_ERROR.
-
Richard Levitte authored
that were never part of the engine framework. The aep and sureware implementations are taken directly from 0.9.6c [engine] and have been modified to fit the newer engine framework and to be possible to build shared libraries of. The aep implementation has gone through quite a bunch of tests and is cleaned up (there were some misunderstandings in it about how to use locks). The sureware hasn't been tested at all in this incarnation and is basically a quick hack to get it to compile properly.
-
Richard Levitte authored
make them ubsec-specific in the ubsec implementation.
-
Richard Levitte authored
automatically.
-
Richard Levitte authored
-
- Feb 05, 2002
-
-
Richard Levitte authored
-
Richard Levitte authored
functions in ui_compat. This gave reason to rework that part more thoroughly, so here are the changes made: 1. Add DES_read_password() and DES_read_2passwords() with the same functionality as the corresponding old des_ functions, as a convenience to the users. 2. Add UI_UTIL_read_pw_string() and UI_UTIL_read_pw() with the functionality from des_read_pw_string() and des_read_pw(), again as a concenience to the users. 3. Rename des_read_password(), des_read_2passwords(), des_read_pw_string() and des_read_pw() by changing des_ to _ossl_old_des_, and add the usual mapping macros. 4. Move the implementation of des_read_password() and des_read_2passwords() to the des directory, since they are tightly tied to DES anyway. This change was inspired by a patch from Assar Westerlund <assar@sics.se>: There are some functions that didn't get the kick-away-old-des-and- replace-des-with-DES action. Here's a patch that adds DES_ and des_ (in des_old.h) versions of des_read_pw_string et al. This patch includes some of the first des_old.h semi-colon macro fixes that I've already sent.
-
Richard Levitte authored
The following patch makes sure that string2key does not use weak DES keys (then making them non-weak by xor:ing with 0xF0).
-
Richard Levitte authored
This patch makes the macros in des_old.h actually pretend to be functions. There's no reason not to define _ossl_old_crypt when using PERL5/FreeBSD/darwin/Next, since it makes using crypt and including des.h break. Here's a trivial patch. This patch fixes some of the typos used in macro names in des_old.h and the number of arguments for some of them.
-
- Feb 03, 2002
-
-
Richard Levitte authored
-