- 06 11月, 2008 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 22 2月, 2007 1 次提交
-
-
由 Lutz Jänicke 提交于
PR: 1459 Submitted by: tnitschke@innominate.com Reviewed by: steve@openssl.org
-
- 30 1月, 2006 1 次提交
-
-
由 Nils Larsch 提交于
Submitted by: David Hartman <david_hartman@symantec.com>
-
- 29 8月, 2005 1 次提交
-
-
由 Nils Larsch 提交于
-Wmissing-prototypes -Wcomment -Wformat -Wimplicit -Wmain -Wmultichar -Wswitch -Wshadow -Wtrigraphs -Werror -Wchar-subscripts -Wstrict-prototypes -Wreturn-type -Wpointer-arith -W -Wunused -Wno-unused-parameter -Wuninitialized
-
- 17 5月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
first everywhere in crypto and skip stdio.h and string.h [because it includes them].
-
- 10 11月, 2003 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 21 5月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
PR: 621
-
- 13 11月, 2002 1 次提交
-
-
由 Ben Laurie 提交于
-
- 31 8月, 2002 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 14 6月, 2002 1 次提交
-
-
由 Lutz Jänicke 提交于
Submitted by: Goetz Babin-Ebell <babinebell@trustcenter.de> PR: 89
-
- 16 4月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
-
- 16 3月, 2001 1 次提交
-
-
由 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.
-
- 04 10月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Add support for X509_NAME_print_ex() in req. Initial code for cutomizable X509 print routines.
-
- 10 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 25 8月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
This allows intermediate CAs to be created more easily. PKCS12_create() now checks private key matches certificate. Fix typo in x509 app. Update docs. New function ASN1_STRING_to_UTF8() converts any ASN1_STRING type to UTF8.
-
- 22 8月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fixes to d2i_ASN1_OBJECT, ASN1_INTEGER_to_BN and a_strex.c
-
- 30 7月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Document the new DN printing options. Change a few names to be more meaningful. Fix typos in CA.pl docs.
-
- 28 7月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
New ASN1_STRING_print_ex() and X509_NAME_print_ex() functions. These are intended to be replacements for the ancient ASN1_STRING_print() and X509_NAME_print() functions. The new functions support RFC2253 and various pretty printing options. It is also possible to display international characters if the terminal properly handles UTF8 encoding (Linux seems to tolerate this if the "unicode_start" script is run). Still needs to be documented, integrated into other utilities and extensively tested.
-