- 01 9月, 2015 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Reviewed-by: NRich Salz <rsalz@openssl.org>
-
- 14 5月, 2015 1 次提交
-
-
由 Richard Levitte 提交于
There are header files in crypto/ that are used by a number of crypto/ submodules. Move those to crypto/include/internal and adapt the affected source code and Makefiles. The header files that got moved are: crypto/cryptolib.h crypto/md32_common.h Reviewed-by: NRich Salz <rsalz@openssl.org>
-
- 22 1月, 2015 1 次提交
-
-
由 Matt Caswell 提交于
Reviewed-by: NTim Hudson <tjh@openssl.org>
-
- 06 11月, 2008 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 13 11月, 2002 1 次提交
-
-
由 Ben Laurie 提交于
-
- 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 :-)
-
- 08 9月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Update PKCS12_parse(). Make the keyid in certificate aux info more usable.
-
- 29 12月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
represent everything by OIDs.
-
- 28 11月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
trust settings of the root CA. After a few fixes it seems to work OK. Still need to add support to SSL and S/MIME code though.
-
- 27 11月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
in a table. Doesn't do too much yet. Make the -<digestname> options in 'x509' affect all relevant options. Change the name of the 'notrust' options to 'reject' as this causes less confusion and is a better description of the effect. A few constification changes.
-
- 26 11月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Extend the X509_PURPOSE structure to include shortnames for purposed and default trust ids. Still need some extendable trust checking code and integration with the SSL and S/MIME code.
-
- 04 11月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
certificate: currently this includes trust settings and a "friendly name".
-
- 07 6月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
EVP_CipherInit() this because the IV wont be easily available when doing PKCS#5 v2.0
-
- 06 6月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
list for Win32.
-
- 27 4月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 24 4月, 1999 2 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Reviewed by: PR:
-
由 Ulf Möller 提交于
-
- 23 4月, 1999 1 次提交
-
-
由 Ben Laurie 提交于
-
- 20 4月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-
- 30 3月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
integration.
-
- 29 3月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 27 3月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
include an 'indent' option to V3 stuff.
-
- 05 3月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
by BUF_MEM_strdup(). Added text documentation to the BUF_MEM stuff.
-
- 22 2月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
without -debug option to mk1mf.pl. Change _export to is_export (_export is a reserved word under VC++). Add yucky function prototype function pointer casts. Sanitise the included files in crypto/x509v3. Also changed ssleay.exe target to openssl.exe
-
- 20 2月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 19 2月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
to support CRL extensions.
-
- 18 2月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 10 2月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
name, issuer and authority key id. Change the i2v function parameters and add an extra 'crl' parameter in the X509V3_CTX structure: guess what that's for :-) Fix to ASN1 macro which messed up IMPLICIT tag and add f_enum.c which adds a2i, i2a for ENUMERATED.
-
- 07 2月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
support for subject and issuer alt name. Add a new ASN1 macro and fix a nasty bug that left an ASN1 buffer modified on an error condition with IMPLICIT tagging.
-
- 24 1月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 17 1月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
GeneralizedTime. At several points PKIX specifies that GeneralizedTime can be used but OpenSSL doesn't currently support it. This patch adds several files and a bunch of functions. Of interest is the ASN1_TIME structure and its related functions. At several points certificates, CRLs et al specify that a time can be expressed as a choice of UTCTime and GeneralizedTime. Currently OpenSSL interprets this (wrongly) as UTCTime because GeneralizedTime isn't supported. The ASN1_TIME stuff provides this functionality. Still todo is to trace which cert and CRL points need an ASN1_TIME and modify the utilities appropriately and of course fix all the bugs. Note new OpenSSL copyright in the new file a_time.c. I didn't put it in a_gentm.c because it is a minimally modified form a_utctm.c . Since this adds new files and error codes you will need to do a 'make errors' at the top level to add the new codes.
-