- 21 5月, 2014 1 次提交
-
-
由 Viktor Dukhovni 提交于
Fixes to host checking wild card support and add support for setting host checking flags when verifying a certificate chain.
-
- 21 11月, 2012 1 次提交
-
-
由 Dr. Stephen Henson 提交于
PR: 2909 Update test cases to cover internal error return values. Remove IDNA wildcard filter.
-
- 18 11月, 2012 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Contributed by: Florian Weimer <fweimer@redhat.com> Fixes to X509 hostname and email address checking. Wildcard matching support. New test program and manual page.
-
- 08 10月, 2012 1 次提交
-
-
由 Dr. Stephen Henson 提交于
certificate. Add options to s_client, s_server and x509 utilities to print results of checks.
-
- 28 7月, 2009 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 15 2月, 2009 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Submitted by: Damien Miller <djm@mindrot.org> Approved by: steve@openssl.org Fix various typos.
-
- 09 12月, 2008 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 08 12月, 2008 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Reported by: Kurt Roeckx <kurt@roeckx.be>, Tobias Ginzler <ginzler@fgan.de> (Debian bug #506111)
-
- 06 11月, 2008 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 05 7月, 2008 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Conversion between void * and function pointer. Value computed not used. Signed/unsigned argument.
-
- 04 6月, 2008 1 次提交
-
-
由 Ben Laurie 提交于
-
- 27 9月, 2007 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 11 4月, 2007 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 04 2月, 2007 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 27 11月, 2006 1 次提交
-
-
由 Ben Laurie 提交于
-
- 07 3月, 2006 1 次提交
-
-
由 Ulf Möller 提交于
-
- 13 2月, 2006 1 次提交
-
-
由 Ulf Möller 提交于
and response verification. Submitted by: Zoltan Glozik <zglozik@opentsa.org> Reviewed by: Ulf Moeller
-
- 26 7月, 2005 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 18 5月, 2004 1 次提交
-
-
由 Geoff Thorpe 提交于
dh.h, dsa.h, ec.h, ecdh.h, ecdsa.h, rsa.h), as the opaque bignum types are already declared in ossl_typ.h. Add explicit includes for bn.h in those C files that need access to structure internals or API functions+macros.
-
- 30 3月, 2003 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 25 3月, 2003 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 27 2月, 2003 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 05 2月, 2003 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 14 11月, 2002 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 13 11月, 2002 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix memory leak in s2i_ASN_INTEGER and return an error if any invalid characters are present.
-
- 28 2月, 2002 1 次提交
-
-
由 Bodo Möller 提交于
-
- 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.
-
- 19 1月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Enhance s2i_ASN1_INTEGER().
-
- 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 :-)
-
- 18 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
of complaints from the compiler about data pointers and function pointers not being compatible with each other.
-
- 10 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
the OpenSSL commands x50 and req work better on a EBCDIC system.
-
- 11 6月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
to support multiple calls. New function to retrieve email address from certificates and requests.
-
- 02 6月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
like Malloc, Realloc and especially Free conflict with already existing names on some operating systems or other packages. That is reason enough to change the names of the OpenSSL memory allocation macros to something that has a better chance of being unique, like prepending them with OPENSSL_. This change includes all the name changes needed throughout all C files.
-
- 31 1月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 22 6月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
documentation to reflect the STACK_OF(CONF_VALUE) change to the CONF lib and use ANSI typedefs for X509V3_EXT_I2D and X509V3_EXT_FREE.
-
- 21 6月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
seemed like a good idea at the time... several hours later it was rather obvious that these are used all over the place making the changes rather extensive.
-
- 10 5月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
used with negative char values, so I've added casts to unsigned char. Maybe what really should be done is change all those arrays and pointers to type unsigned char [] or unsigned char *, respectively; but using plain char with those predicates is just wrong, so something had to be done. Submitted by: Reviewed by: PR:
-
- 24 4月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Reviewed by: PR:
-
- 23 4月, 1999 1 次提交
-
-
由 Ben Laurie 提交于
-
- 20 4月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-