- 16 5月, 2005 2 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
- 03 5月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 27 4月, 2005 1 次提交
-
-
由 Ben Laurie 提交于
-
- 30 3月, 2005 1 次提交
-
-
由 Ben Laurie 提交于
-
- 26 1月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 18 1月, 2005 1 次提交
-
-
由 Richard Levitte 提交于
- Enforce that there should be no policy settings when the language is one of id-ppl-independent or id-ppl-inheritAll. - Add functionality to ssltest.c so that it can process proxy rights and check that they are set correctly. Rights consist of ASCII letters, and the condition is a boolean expression that includes letters, parenthesis, &, | and ^. - Change the proxy certificate configurations so they get proxy rights that are understood by ssltest.c. - Add a script that tests proxy certificates with SSL operations. Other changes: - Change the copyright end year in mkerr.pl. - make update.
-
- 03 11月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
if $(EXHEADER) is empty. Notified by many, solution suggested by Carson Gaspar <carson@taltos.org>
-
- 30 8月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
"Proper" means "compiles and passes test." Versioning is broken (I think).
-
- 02 8月, 2004 2 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
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...
-
- 27 7月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
is to have a placeholder to small routines, which can be written only in assembler. In IA-32 case this includes processor capability identification and access to Time-Stamp Counter. As discussed earlier OPENSSL_ia32cap is introduced to control recently added SSE2 code pathes (see docs/crypto/OPENSSL_ia32cap.pod). For the moment the code is operational on ELF platforms only. I haven't checked it yet, but I have all reasons to believe that Windows build should fail to link too. I'll be looking into it shortly...
-
- 10 7月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
Now we have directory reading capabilities for VMS as well, and all of it in a fairly general manner.
-
- 18 5月, 2004 1 次提交
-
-
由 Geoff Thorpe 提交于
the Makefiles. NB: this commit is probably going to generate a huge posting and it is highly uninteresting to read.
-
- 20 4月, 2004 1 次提交
-
-
由 Geoff Thorpe 提交于
-
- 24 3月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
SDIRS.
-
- 27 12月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
-
- 04 12月, 2003 1 次提交
-
-
由 Lutz Jänicke 提交于
Submitted by: Witold Filipczyk <witekfl@poczta.gazeta.pl> PR: #513
-
- 29 11月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
that gets built before objects barfs all over the place because it uses a new NID that hasn't had a chance of getting defined yet (in this case, it was about a couple of new EC curves, and therefore a couple of new corresponding NIDs). I'm placing objects first in SDIRS! There.
-
- 13 10月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
Thanks to Peter Sylvester <Peter.Sylvester@EdelWeb.fr> for the notification.
-
- 28 9月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
make update
-
- 09 9月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
platforms that don't (necessarely) have it. In the case of VMS, this means moving a couple of functions from apps/ to crypto/ and make them general (although only used privately).
-
- 01 5月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
crypto/store/README, crypto/store/store.h and crypto/store/str_locl.h.
-
- 20 12月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 27 11月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
and linker optimizations. PR: 343
-
- 09 10月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
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.
-
- 09 8月, 2002 1 次提交
-
-
由 Bodo Möller 提交于
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>
-
- 31 7月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
Part of PR 181
-
- 30 7月, 2002 1 次提交
-
-
由 Lutz Jänicke 提交于
-
- 28 6月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
handled properly. Part of PR 75
-
- 10 6月, 2002 1 次提交
-
-
由 Bodo Möller 提交于
-
- 31 5月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
Incidently, this works pretty well on the command line as well. PR: 52
-
- 02 5月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
default format. PR: 16
-
- 14 2月, 2002 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Nils Larsch <nla@trustcenter.de>
-
- 03 1月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
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.
-
- 30 10月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
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.
-
- 04 10月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
types.h to ossl_typ.h. Also, it seems like krb5 was forgotten in some places.
-
- 06 8月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
-
- 06 6月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 16 5月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
as gmtime_r() on the systems where that is defined.
-