index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
x509
/
by_dir.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
get_cert_by_subject_ex(): Check result of X509_STORE_lock()
atishkov
2023-07-25
1
-4
/
+6
*
Partially revert #18070 (Add support for Windows CA certificate store)
Hugo Landau
2023-06-15
1
-11
/
+6
*
Coverity 1531872: j is not used anywhere later, remove the assignment
Tomas Mraz
2023-06-11
1
-1
/
+0
*
Avoid an unneccessary lock if we didn't add anything to the store
Matt Caswell
2023-06-05
1
-5
/
+9
*
x509: sort stacks before finds
Pauli
2023-05-01
1
-0
/
+10
*
Fix corruption when searching for CRLs in hashed directories
Hugo Landau
2023-01-24
1
-3
/
+13
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-13
/
+8
*
Add support for loading root CAs from Windows crypto API
Hugo Landau
2022-09-14
1
-7
/
+6
*
Fix URI handling in SSL_CERT_DIR/introduce SSL_CERT_URI env
Hugo Landau
2022-09-14
1
-5
/
+11
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
1
-1
/
+1
*
Corrected missing definitions from NonStop SPT build.
Randall S. Becker
2021-04-01
1
-0
/
+9
*
Always check CRYPTO_LOCK_{read,write}_lock
Rich Salz
2021-03-14
1
-2
/
+4
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1
Dr. David von Oheimb
2021-01-13
1
-2
/
+3
*
remove unused initialisations
Pauli
2020-12-03
1
-1
/
+0
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-13
/
+13
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-2
/
+2
*
vms: move otherwise dead code into the VMS relevant path.
Pauli
2020-10-12
1
-2
/
+5
*
Fix some things the rename script didn't quite get right
Matt Caswell
2020-10-01
1
-1
/
+1
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
1
-17
/
+11
*
Fix safestack issues in x509_vfy.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
Add X509 related libctx changes.
Shane Lontis
2020-07-24
1
-18
/
+38
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+2
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Constify various mostly X509-related parameter types in crypto/ and apps/
Dr. David von Oheimb
2020-03-23
1
-4
/
+4
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-1
/
+1
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Fix wrong lock claimed in x509 dir lookup.
Krists Krilovs
2019-07-15
1
-2
/
+2
*
Following the license change, modify the boilerplates in crypto/x509/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Use secure_getenv(3) when available.
Pauli
2018-09-24
1
-1
/
+1
*
Harmonize use of sk_TYPE_find's return value.
Andy Polyakov
2018-08-07
1
-7
/
+3
*
Add APIs for custom X509_LOOKUP_METHOD creation
Mingtao Yang
2018-05-30
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-05-01
1
-1
/
+1
*
x509/by_dir.c: Remove dead code
Dr. Matthias St. Pierre
2018-04-24
1
-6
/
+0
*
X509: add more error codes on malloc or sk_TYP_push failure
FdaSilvaYY
2018-04-24
1
-16
/
+26
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-4
/
+4
*
Remove unnecessary #include <openssl/lhash.h> directives.
Pauli
2017-09-28
1
-2
/
+0
*
Avoid signed vs unsigned comparison error.
Pauli
2017-09-15
1
-2
/
+3
*
Remote unrequited casts
Pauli
2017-09-14
1
-5
/
+2
*
Revert "Reuse strndup(), simplify code"
Pauli
2017-09-14
1
-8
/
+9
*
Move e_os.h to be the very first include.
Pauli
2017-08-29
1
-3
/
+2
*
e_os.h removal from other headers and source files.
Pauli
2017-08-29
1
-0
/
+1
*
NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guard
Richard Levitte
2017-08-25
1
-3
/
+1
*
Trivial bounds checking.
Pauli
2017-07-07
1
-2
/
+2
*
Undo commit d420ac2
Rich Salz
2017-07-05
1
-2
/
+2
*
Ignore dups in X509_STORE_add_*
Rich Salz
2017-04-20
1
-1
/
+8
*
Use X509_LOOKUP_TYPE for lookup type consistently.
Dr. Stephen Henson
2016-07-26
1
-2
/
+2
[next]