- 16 3月, 2001 2 次提交
-
-
由 Dr. Stephen Henson 提交于
Add default values for display by the 'ca' utility to openssl.cnf Update docs.
-
由 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.
-
- 15 3月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Document the -certopt option to the x509 utility. Add no_issuer option. Fix X509_print_ex() so it prints out newlines when certain fields are omitted.
-
- 14 3月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 11 3月, 2001 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Richard Levitte 提交于
HTTP responses.
-
- 09 3月, 2001 2 次提交
-
-
由 Dr. Stephen Henson 提交于
Change the EVP_somecipher() and EVP_somedigest() functions to return constant EVP_MD and EVP_CIPHER pointers. Update docs.
-
由 Bodo Möller 提交于
because an incompletely initialized ASN1_INTEGER was used.
-
- 08 3月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
"make depend"
-
- 07 3月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
Submitted by Brad Dominy <jdominy@darwinuser.org>
-
- 06 3月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
Add EC vaporware: change relevant Makefiles and add some empty source files. "make update".
-
- 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
-
- 04 3月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 27 2月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
Spotted by Pieter Bowman <bowman@math.utah.edu>
-
- 24 2月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 23 2月, 2001 1 次提交
-
-
由 Geoff Thorpe 提交于
-
- 22 2月, 2001 3 次提交
-
-
由 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.
-
由 Richard Levitte 提交于
make strcasecmp a macro to _stricmp.
-
由 Geoff Thorpe 提交于
of session IDs. Namely, passing "-id_prefix <text>" will set a generate_session_id() callback that generates session IDs as random data with <text> block-copied over the top of the start of the ID. This can be viewed by watching the session ID s_client's output when it connects. This is mostly useful for testing any SSL/TLS code (eg. proxies) that wish to deal with multiple servers, when each of which might be generating a unique range of session IDs (eg. with a certain prefix).
-
- 21 2月, 2001 3 次提交
-
-
由 Richard Levitte 提交于
strings.h according to X/Open.
-
由 Richard Levitte 提交于
was made in a certain sequence. This change restores the earlier "chain of command".
-
由 Richard Levitte 提交于
-
- 20 2月, 2001 7 次提交
-
-
由 Richard Levitte 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Richard Levitte 提交于
correctly defined.
-
由 Bodo Möller 提交于
-
由 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.
-
由 Ulf Möller 提交于
-
由 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 2 次提交
-
-
由 Richard Levitte 提交于
-
由 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.
-
- 15 2月, 2001 1 次提交
-
-
由 Lutz Jänicke 提交于
-
- 14 2月, 2001 2 次提交
-
-
由 Dr. Stephen Henson 提交于
Add -nopad option to enc command. Update docs.
-
由 Dr. Stephen Henson 提交于
-
- 13 2月, 2001 2 次提交
-
-
由 Dr. Stephen Henson 提交于
Doesn't handle SSL URLs yet.
-
由 Dr. Stephen Henson 提交于
-
- 10 2月, 2001 3 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
(similar to how arguments such as -inform/-outform specifications are treated)
-
由 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.
-