index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
x509
/
x509_lu.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Harmonize use of sk_TYPE_find's return value.
Andy Polyakov
2018-08-07
1
-5
/
+6
*
Add APIs for custom X509_LOOKUP_METHOD creation
Mingtao Yang
2018-05-30
1
-2
/
+45
*
Use void in all function definitions that do not take any arguments
Kurt Roeckx
2018-05-11
1
-1
/
+1
*
X509: add more error codes on malloc or sk_TYP_push failure
FdaSilvaYY
2018-04-24
1
-21
/
+34
*
Don't crash if there are no trusted certs
Matt Caswell
2018-04-19
1
-2
/
+13
*
Update copyright year
Matt Caswell
2018-04-03
1
-1
/
+1
*
Allow NULL for some _free routines.
Rich Salz
2018-03-27
1
-0
/
+2
*
Remove some code for a contributor that we cannot find
Matt Caswell
2018-03-27
1
-3
/
+0
*
Remove unnecessary #include <openssl/lhash.h> directives.
Pauli
2017-09-28
1
-1
/
+0
*
Move the REF_PRINT support from e_os.h to internal/refcount.h.
Pauli
2017-08-29
1
-1
/
+1
*
e_os.h removal from other headers and source files.
Pauli
2017-08-29
1
-0
/
+1
*
Ignore dups in X509_STORE_add_*
Rich Salz
2017-04-20
1
-39
/
+24
*
Remove duplicate X509_OBJECT free function.
David Benjamin
2017-03-21
1
-16
/
+1
*
Add support for reference counting using C11 atomics
Kurt Roeckx
2016-11-17
1
-2
/
+2
*
Add -Wswitch-enum
Rich Salz
2016-09-22
1
-4
/
+4
*
Constify inputs of two X509_LOOKUP_METHOD methods
FdaSilvaYY
2016-08-04
1
-2
/
+2
*
Deprecate X509_LU_FAIL, X509_LU_RETRY
Dr. Stephen Henson
2016-07-26
1
-14
/
+6
*
Use X509_LOOKUP_TYPE for lookup type consistently.
Dr. Stephen Henson
2016-07-26
1
-12
/
+15
*
Remove current_method from X509_STORE_CTX
Dr. Stephen Henson
2016-07-26
1
-7
/
+2
*
Add X509_STORE lock and unlock functions
Richard Levitte
2016-07-25
1
-0
/
+10
*
Add setter and getter for X509_STORE's check_policy
Richard Levitte
2016-07-25
1
-0
/
+11
*
Add getters / setters for the X509_STORE_CTX and X509_STORE functions
Richard Levitte
2016-07-25
1
-8
/
+109
*
Add checks on sk_TYPE_push() returned value
FdaSilvaYY
2016-07-05
1
-12
/
+22
*
Constify X509_OBJECT_get_type & X509_OBJECT_get0_X509
FdaSilvaYY
2016-06-05
1
-2
/
+2
*
X509_STORE_CTX accessors.
Rich Salz
2016-05-17
1
-59
/
+68
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Unify <TYPE>_up_ref methods signature and behaviour.
FdaSilvaYY
2016-05-16
1
-5
/
+4
*
Fix some X509_STORE macros
Matt Caswell
2016-04-30
1
-0
/
+5
*
Add getters for X509_STORE and X509_OBJECT members
Christian Heimes
2016-04-28
1
-0
/
+15
*
GH975 Add ex_data functions for X509_STORE
Kazuki Yamaguchi
2016-04-27
1
-0
/
+10
*
Make many X509_xxx types opaque.
Rich Salz
2016-04-15
1
-1
/
+32
*
Tidy up x509_vfy callback handling
Viktor Dukhovni
2016-04-03
1
-2
/
+2
*
Convert CRYPTO_LOCK_X509_* to new multi-threading API
Alessandro Ghedini
2016-03-08
1
-19
/
+37
*
Move to REF_DEBUG, for consistency.
Rich Salz
2016-02-11
1
-9
/
+2
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Remove useless locking code
Alessandro Ghedini
2015-11-24
1
-2
/
+0
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-8
/
+13
*
Remove useless code
Alessandro Ghedini
2015-10-23
1
-2
/
+0
*
Embed X509_CINF
Dr. Stephen Henson
2015-09-16
1
-3
/
+1
*
X509_CRL_INFO embed
Dr. Stephen Henson
2015-09-16
1
-3
/
+1
*
remove 0 assignments.
Rich Salz
2015-09-03
1
-18
/
+2
*
make X509_CRL opaque
Dr. Stephen Henson
2015-09-02
1
-0
/
+1
*
Add X509_up_ref function.
Dr. Stephen Henson
2015-09-01
1
-3
/
+3
*
Add X509_CRL_up_ref function
Dr. Stephen Henson
2015-09-01
1
-2
/
+2
*
Use enum for X509_LOOKUP_TYPE
Rich Salz
2015-05-28
1
-2
/
+6
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-4
/
+4
*
free NULL cleanup 5a
Rich Salz
2015-04-30
1
-2
/
+5
*
remove malloc casts
Rich Salz
2015-04-28
1
-4
/
+4
*
util/mkstack.pl now generates entire safestack.h
Rich Salz
2015-02-06
1
-4
/
+0
[next]