- 02 8月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
functionality in the programs that had that before. Part fo PR 164
-
- 31 7月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
the subject in the certificate would differ from the subject in the index file, which has quite bad concequences. PR: 180
-
- 18 7月, 2002 2 次提交
-
-
由 Bodo Möller 提交于
use the new X509_CRL_set_issuer_name() function: The CRL issuer should be X509_get_subject_name(x509), not X509_get_issuer_name(x509). Submitted by: Juergen Lesny <lesnyj@informatik.tu-muenchen.de> typo
-
由 Richard Levitte 提交于
differently. Unixware 2 needs to link with libresolv. PR: 148
-
- 20 5月, 2002 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Reorganise -subj option code, fix buffer overrun.
-
- 30 4月, 2002 1 次提交
-
-
由 Lutz Jänicke 提交于
'hidden' -nameopt support. (Robert Joop <joop@fokus.gmd.de>)
-
- 09 3月, 2002 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix the Win32_rename() function so it correctly returns an error code. Use the same code in Win9X and NT. Fix some ca.c options so they work under Win32: unlink/rename wont work under Win32 unless the file is closed.
-
- 28 2月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
Increase internal security when using strncpy, by making sure the resulting string is NUL-terminated
-
- 22 2月, 2002 1 次提交
-
-
由 Dr. Stephen Henson 提交于
CONF_modules_unload() now calls CONF_modules_finish() automatically. Default use of section openssl_conf moved to CONF_modules_load() Load config file in several openssl utilities. Most utilities now load modules from the config file, though in a few (such as version) this isn't done because it couldn't be used for anything. In the case of ca and req the config file used is the same as the utility itself: that is the -config command line option can be used to specify an alternative file.
-
- 14 2月, 2002 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Bodo Möller 提交于
Submitted by: Nils Larsch <nla@trustcenter.de>
-
- 06 11月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 28 10月, 2001 3 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
correct name (instead of NULL) if nomailDN is not set, fix memory leaks and retain DN structure when deleting emailAddress.
-
- 25 10月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
the e-mail address in the DN (i.e., it will go into a certificate extension only). The new configuration file option 'email_in_dn = no' has the same effect. Submitted by: Massimiliano Pala madwolf@openca.org
-
- 12 9月, 2001 1 次提交
-
-
由 Geoff Thorpe 提交于
-
- 17 8月, 2001 2 次提交
-
-
由 Dr. Stephen Henson 提交于
Make -passin -passout etc work again. Fix leak in ca.c when using -passin.
-
由 Dr. Stephen Henson 提交于
Add CRL utility functions to allow CRLs to be built up without accessing structures directly. Update ca.c to use new functions. Fix ca.c so it now build CRLs correctly again.
-
- 13 7月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Initial OCSP server support, using index.txt format. This can process internal requests or behave like a mini responder. Todo: documentation, update usage info.
-
- 28 6月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Modify apps to use NCONF code instead of old CONF code. Add new extension functions which work with NCONF. Tidy up extension config routines and remove redundant code. Fix NCONF_get_number(). Todo: more testing of apps to see they still work...
-
- 27 6月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 18 6月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
everywhere.
-
- 30 5月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
string (some engines may have certificates protected by a PIN!) and a description to put into error messages. Also, have our own password callback that we can send both a password and some prompt info to. The default password callback in EVP assumes that the passed parameter is a password, which isn't always the right thing, and the ENGINE code (at least the nCipher one) makes other assumptions... Also, in spite of having the functions to load keys, some utilities did the loading all by themselves... That's changed too.
-
- 22 5月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 16 3月, 2001 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
Overhaul the display of certificate details in the 'ca' utility. This can now be extensively customised in the configuration file and handles multibyte strings and extensions properly. This is required when extensions copying from certificate requests is supported: the user must be able to view the extensions before allowing a certificate to be issued.
-
- 05 3月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
sets the subject name for a new request or supersedes the subject name in a given request. Add options '-batch' and '-verbose' to 'openssl req'. Submitted by: Massimiliano Pala <madwolf@hackmasters.net> Reviewed by: Bodo Moeller
-
- 22 2月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
make strcasecmp a macro to _stricmp.
-
- 21 2月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
strings.h according to X/Open.
-
- 20 2月, 2001 2 次提交
-
-
由 Richard Levitte 提交于
missed any. This compiles and runs on Linux, and external applications have no problems with it. The definite test will be to build this on VMS.
-
由 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.
-
- 19 2月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Remove the old broken bio read of serial numbers in the 'ca' index file. This would choke if a revoked certificate was specified with a negative serial number. Fix typo in uid.c
-
- 16 2月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Add revelant new X509V3 extensions. Add OIDs. Fix ASN1 memory leak code to pop info if external allocation used.
-
- 10 2月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix CRL printing to correctly show when there are no revoked certificates. Make ca.c correctly initialize the revocation date. Make ASN1_UTCTIME_set_string() and ASN1_GENERALIZEDTIME_set_string() set the string type: so they can initialize ASN1_TIME structures properly.
-
- 06 2月, 2001 1 次提交
-
-
由 Ulf Möller 提交于
-
- 18 1月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 15 1月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
This allows keeping extensions in a separate configuration file. Submitted by: Massimiliano Pala <madwolf@comune.modena.it>
-
- 14 1月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 12 1月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
commands. Submitted by: Massimiliano Pala <madwolf@comune.modena.it>
-