index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
x509
/
x509_vfy.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updates from stable branch.
Dr. Stephen Henson
2002-02-23
1
-13
/
+23
*
Reject certificates with unhandled critical extensions.
Dr. Stephen Henson
2001-10-21
1
-2
/
+9
*
Make the necessary changes to work with the recent "ex_data" overhaul.
Geoff Thorpe
2001-09-01
1
-15
/
+23
*
The indexes returned by ***_get_ex_new_index() functions are used when
Geoff Thorpe
2001-08-12
1
-4
/
+4
*
Don't miss files...
Lutz Jänicke
2001-07-30
1
-0
/
+6
*
Allow various X509_STORE_CTX properties to be
Dr. Stephen Henson
2001-05-09
1
-41
/
+63
*
Initial CRL based revocation checking.
Dr. Stephen Henson
2001-05-07
1
-1
/
+204
*
Make all configuration macros available for application by making
Richard Levitte
2001-02-19
1
-2
/
+2
*
Comment and indentation
Bodo Möller
2001-01-28
1
-0
/
+7
*
Fix to stop X509_time_adj() using GeneralizedTime.
Dr. Stephen Henson
2001-01-20
1
-3
/
+5
*
Locking issues.
Bodo Möller
2000-12-15
1
-9
/
+11
*
Only use the new informational verify codes if we
Dr. Stephen Henson
2000-09-22
1
-10
/
+9
*
Another round of indentation changes: Position braces consistently,
Bodo Möller
2000-09-06
1
-31
/
+31
*
More indentation consistency: for (), while (), if (), return ()
Bodo Möller
2000-09-06
1
-50
/
+50
*
Fix X509_STORE_CTX_init. Make indentation more consistent. Dump core less o...
Bodo Möller
2000-09-06
1
-52
/
+84
*
Fix typo in rsautl.
Dr. Stephen Henson
2000-09-05
1
-6
/
+31
*
*BIG* verify code reorganisation.
Dr. Stephen Henson
2000-09-05
1
-111
/
+137
*
Various fixes...
Dr. Stephen Henson
2000-08-21
1
-0
/
+1
*
Make NEG_PUBKEY_BUG on by default.
Dr. Stephen Henson
2000-07-26
1
-16
/
+38
*
There have been a number of complaints from a number of sources that names
Richard Levitte
2000-06-01
1
-4
/
+4
*
New compatability trust and purpose settings.
Dr. Stephen Henson
2000-03-07
1
-4
/
+11
*
Fix bug which would free up a public key
Dr. Stephen Henson
2000-03-02
1
-2
/
+5
*
More get0 et al. changes. Also provide fgrep targets in CHANGES
Bodo Möller
2000-02-26
1
-1
/
+1
*
Rename functions for new convention.
Dr. Stephen Henson
2000-02-26
1
-1
/
+1
*
Correct time in seconds instead of minutes.
Ben Laurie
2000-02-11
1
-1
/
+1
*
Source code cleanups: Use void * rather than char * in lhash,
Ulf Möller
2000-01-30
1
-6
/
+6
*
Tidy up CRYPTO_EX_DATA structures.
Dr. Stephen Henson
2000-01-23
1
-3
/
+3
*
New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c...
Dr. Stephen Henson
2000-01-09
1
-0
/
+13
*
Remainder of SSL purpose and trust code: trust and purpose setting in
Dr. Stephen Henson
1999-11-29
1
-2
/
+2
*
Add part of chain verify SSL support code: not complete or doing anything
Dr. Stephen Henson
1999-11-29
1
-19
/
+48
*
Add trust setting support to the verify code. It now checks the
Dr. Stephen Henson
1999-11-27
1
-2
/
+50
*
Initial chain verify code: not tested probably not working
Dr. Stephen Henson
1999-11-24
1
-0
/
+58
*
Modify verify code to handle self signed certificates.
Dr. Stephen Henson
1999-11-17
1
-7
/
+27
*
Initial support for MacOS.
Andy Polyakov
1999-09-11
1
-3
/
+1
*
more consistent formatting
Bodo Möller
1999-08-08
1
-4
/
+4
*
Yet another stack.
Ben Laurie
1999-05-30
1
-21
/
+21
*
Comment.
Bodo Möller
1999-05-11
1
-1
/
+5
*
Another stack.
Ben Laurie
1999-05-01
1
-0
/
+3
*
Support verify_depth from the SSL API without need for user-defined
Bodo Möller
1999-05-01
1
-2
/
+2
*
Remove NOPROTO definitions and error code comments.
Ulf Möller
1999-04-26
1
-6
/
+0
*
Change #include filenames from <foo.h> to <openssl.h>.
Bodo Möller
1999-04-23
1
-7
/
+7
*
Various fixes so Win32 compile may work. Convert GeneralNames to use safe stack.
Dr. Stephen Henson
1999-04-20
1
-0
/
+1
*
Change functions to ANSI C.
Ulf Möller
1999-04-19
1
-53
/
+20
*
Massive constification.
Ben Laurie
1999-04-17
1
-1
/
+1
*
Add type-safe STACKs and SETs.
Ben Laurie
1999-04-12
1
-6
/
+9
*
Rid the world of yet more evil casts.
Ben Laurie
1999-04-10
1
-2
/
+2
*
Tiny comment to improve code comprehensibility.
Bodo Möller
1999-04-09
1
-1
/
+1
*
Bug fix for X.509 two-digit year.
Ulf Möller
1999-04-06
1
-2
/
+2
*
Fix security hole.
Ben Laurie
1999-03-22
1
-1
/
+2
*
More pissing about to get pem.h to behave properly.
Ben Laurie
1999-01-30
1
-1
/
+0
[next]