- 03 11月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
if $(EXHEADER) is empty. Notified by many, solution suggested by Carson Gaspar <carson@taltos.org>
-
- 05 10月, 2004 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
- 07 9月, 2004 1 次提交
-
-
由 Dr. Stephen Henson 提交于
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.
-
- 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.
-
- 21 4月, 2004 1 次提交
-
-
由 Geoff Thorpe 提交于
some similar code elsewhere. Thanks to Francesco Petruzzi for bringing this to my attention.
-
- 02 4月, 2004 1 次提交
-
-
由 Geoff Thorpe 提交于
-
- 25 3月, 2004 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 23 3月, 2004 1 次提交
-
-
由 Dr. Stephen Henson 提交于
This is currently *very* experimental and needs to be more fully integrated with the main verification code.
-
- 27 12月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
-
- 01 5月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
-
- 30 4月, 2003 3 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
not to mention the OBJ_BSEARCH_* macros.
-
由 Richard Levitte 提交于
even if an exact match wasn't found.
-
- 25 3月, 2003 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 21 3月, 2003 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 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.
-
- 28 6月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
handled properly. Part of PR 75
-
- 12 3月, 2002 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix various warnings when compiling with KRB5 code.
-
- 05 1月, 2002 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Experimental configuration code. Incomplete, largely untested and subject to change/deletion.
-
- 02 10月, 2001 1 次提交
-
-
由 Geoff Thorpe 提交于
needed.
-
- 26 9月, 2001 1 次提交
-
-
由 Geoff Thorpe 提交于
-
- 18 8月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
-
- 01 8月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 31 7月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
-
- 11 7月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 01 6月, 2001 1 次提交
-
-
由 Geoff Thorpe 提交于
a bit of weird code in sk_new.
-
- 07 5月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
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.
-
- 09 3月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
errors can be tolerated, hide the error from 'make'. This gives shorter output both if ranlib fails and if it works.
-
- 22 2月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
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.
-
- 20 2月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
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.
-
- 28 1月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 19 1月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
of status info. Check nonce values. Option to disable verify. Update usage message. Rename status to string functions and make them global.
-
- 09 12月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Merge from the ASN1 branch of new ASN1 code to main trunk. Lets see if the makes it to openssl-cvs :-)
-
- 27 10月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 25 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
acceptable, since all that happens if it fails is a library with an index, which makes linking slower, but still working correctly.
-
- 17 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
can't be used as a function pointer according the the standards. Use a 0 instead and there will be no trouble.
-
- 07 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 06 9月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
The old code was painfully primitive and couldn't handle distinct certificates using the same subject name. The new code performs several tests on a candidate issuer certificate based on certificate extensions. It also adds several callbacks to X509_VERIFY_CTX so its behaviour can be customised. Unfortunately some hackery was needed to persuade X509_STORE to tolerate this. This should go away when X509_STORE is replaced, sometime... This must have broken something though :-(
-
- 24 7月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-