Sign in
flutter
/
third_party
/
openssl
/
5f49783c12e9e6100075e50fe727ee2d5cc30445
/
crypto
/
x509
0124f32
Add APIs for custom X509_LOOKUP_METHOD creation
by Mingtao Yang
· 7 years ago
83cf7ab
Update copyright year
by Matt Caswell
· 7 years ago
55a6250
Skip CN DNS name constraint checks when not needed
by Viktor Dukhovni
· 7 years ago
511190b
Fix undefined behaviour in X509_NAME_cmp()
by Matt Caswell
· 7 years ago
c1c1783
Restore check of |*xn| against |name| in X509_NAME_set
by Richard Levitte
· 7 years ago
3cb7c5c
Use void in all function definitions that do not take any arguments
by Kurt Roeckx
· 7 years ago
4db296d
Make X509_VERIFY_PARAM_get_hostflags() take a const arg
by Matt Caswell
· 7 years ago
5b748de
Add getter for X509_VERIFY_PARAM_get_hostflags
by Matt Caswell
· 7 years ago
6ec5fce
Update copyright year
by Matt Caswell
· 7 years ago
f90bc6c
Add missing malloc-return-null instance
by Rich Salz
· 7 years ago
208056b
x509/by_dir.c: Remove dead code
by Dr. Matthias St. Pierre
· 7 years ago
7fcdbd8
X509: add more error codes on malloc or sk_TYP_push failure
by FdaSilvaYY
· 7 years ago
1c70512
Don't crash if there are no trusted certs
by Matt Caswell
· 7 years ago
2842813
Update copyright year
by Richard Levitte
· 7 years ago
bbf27cd
Fix bugs in X509_NAME_ENTRY_set
by Rich Salz
· 7 years ago
c4d3c19
Update copyright year
by Matt Caswell
· 7 years ago
e6e9170
Allow NULL for some _free routines.
by Rich Salz
· 7 years ago
320a812
Remove some code for a contributor that we cannot find
by Matt Caswell
· 7 years ago
b0edda1
Update copyright year
by Matt Caswell
· 7 years ago
13735cf
Integrate X448 and Ed448 into libcrypto
by Matt Caswell
· 7 years ago
0d66475
Update copyright year
by Matt Caswell
· 7 years ago
abcf241
X509V3_EXT_add_nconf_sk, X509v3_add_ext: fix errors handling
by Pavel Kopyl
· 7 years ago
3c7d094
Update copyright years on all files merged since Jan 1st 2018
by Richard Levitte
· 7 years ago
40cea0a
NUMERICSTRING support
by Dmitry Belyavskiy
· 7 years ago
ae880ae
Fix error handling in X509_REQ_print_ex
by Bernd Edlinger
· 7 years ago
7838b41
Rewrite RT3513.
by Rich Salz
· 7 years ago
cbe2964
Consistent formatting for sizeof(foo)
by Rich Salz
· 7 years ago
be63fc1
Add padding spaces before printing signature algorithm for CRLs output
by Richard Levitte
· 7 years ago
e6cccb5
Add padding spaces before printing algo.
by Yutian Li
· 7 years ago
4ff71d6
Revert "Add padding spaces before printing algo."
by Rich Salz
· 7 years ago
26a374a
Add padding spaces before printing algo.
by Yutian Li
· 7 years ago
157997f
Fix error handling in i2d* functions.
by Pavel Kopyl
· 7 years ago
26a7d93
Remove parentheses of return.
by KaoruToda
· 7 years ago
208fb89
Since return is inconsistent, I removed unnecessary parentheses and
by KaoruToda
· 7 years ago
f32b0ab
Remove unnecessary #include <openssl/lhash.h> directives.
by Pauli
· 8 years ago
1f5e0f9
Use safestack.h exclusively internally.
by Pauli
· 8 years ago
8545051
Guard against DoS in name constraints handling.
by David Benjamin
· 8 years ago
53a7376
Avoid signed vs unsigned comparison error. Introduced by #4372
by Pauli
· 8 years ago
6ffaf15
Remote unrequited casts Also use strndup instead of a malloc/memcpy pair.
by Pauli
· 8 years ago
582e2ed
Revert "Reuse strndup(), simplify code"
by Pauli
· 8 years ago
180794c
Fix error handling/cleanup
by Rich Salz
· 8 years ago
07016a8
Move e_os.h to be the very first include. cryptilib.h is the second.
by Pauli
· 8 years ago
cd420b0
Move the REF_PRINT support from e_os.h to internal/refcount.h.
by Pauli
· 8 years ago
677963e
e_os.h removal from other headers and source files.
by Pauli
· 8 years ago
b379fe6
NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guard
by Richard Levitte
· 8 years ago
176db6d
Use "" not <> for internal/ includes
by Rich Salz
· 8 years ago
a1df06b
This has been added to avoid the situation where some host ctype.h functions
by Pauli
· 8 years ago
8880983
More updates following review feedback
by Matt Caswell
· 8 years ago
24664a3
Remove OPENSSL_assert() from crypto/x509
by Matt Caswell
· 8 years ago
db854bb
Avoid surpising password dialog in X509 file lookup.
by Bernd Edlinger
· 8 years ago
a2371fa
Trivial bounds checking.
by Pauli
· 8 years ago
0904e79
Undo commit d420ac2
by Rich Salz
· 8 years ago
d2916a5
Use EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs where appropriate.
by Dr. Stephen Henson
· 8 years ago
d3c094c
Recognise Ed25519 in X509_certificate_type
by Dr. Stephen Henson
· 8 years ago
a020f54
Remove needless type casting.
by Rich Salz
· 8 years ago
52df25c
make error tables const and separate header file
by Rich Salz
· 8 years ago
c3c8823
Use X509_get_signature_info() when checking security levels.
by Dr. Stephen Henson
· 8 years ago
786dd2c
Add support for custom signature parameters
by Dr. Stephen Henson
· 8 years ago
b5c4209
Switch command-line utils to new nameopt API.
by Dmitry Belyavskiy
· 8 years ago
c045224
Ignore dups in X509_STORE_add_*
by Rich Salz
· 8 years ago
3bb0f98
OCSP Updates: error codes and multiple certificates
by Todd Short
· 8 years ago
b6ef12c
Remove duplicate X509_OBJECT free function.
by David Benjamin
· 8 years ago
80770da
X509 time: tighten validation per RFC 5280
by Emilia Kasper
· 8 years ago
01b76c2
Add -Wundef to --strict-warnings options.
by Bernd Edlinger
· 8 years ago
83b4049
Combined patch against master branch for the following issues:
by Bernd Edlinger
· 8 years ago
6195848
X509_CRL_digest() - ensure precomputed sha1 hash before returning it
by Richard Levitte
· 8 years ago
d2a5699
Few nit's
by FdaSilvaYY
· 8 years ago
c4a6015
Add missing braces.
by Kurt Roeckx
· 8 years ago
c2ce477
Fix undefined behaviour when printing the X509 and CRL version
by Kurt Roeckx
· 8 years ago
244d7b2
Fix undefined behaviour when printing the X509 serial
by Kurt Roeckx
· 8 years ago
d62210a
Fix no-ocsp
by Richard Levitte
· 8 years ago
3e5d9da
Make X509_Digest,others public
by Rich Salz
· 8 years ago
329f2f4
GH2176: Add X509_VERIFY_PARAM_get_time
by Rich Salz
· 8 years ago
676befb
Print the X509 version signed, and convert to unsigned for the hex version.
by Kurt Roeckx
· 8 years ago
2b40699
CRL critical extension bugfix
by Rich Salz
· 8 years ago
a47bc28
Add X509_VERIFY_PARAM inheritance flag set/get
by Rich Salz
· 8 years ago
c53f735
Restore last-resort expired untrusted intermediate issuers
by Viktor Dukhovni
· 8 years ago
2f545ae
Add support for reference counting using C11 atomics
by Kurt Roeckx
· 8 years ago
234b8af
Simplify and clean X509_VERIFY_PARAM new/free code.
by FdaSilvaYY
· 8 years ago
7cb1ece
Allow null in X509_CRL_METHOD_free
by FdaSilvaYY
· 8 years ago
6dcba07
Fix X509_NAME decode for malloc failures.
by Dr. Stephen Henson
· 8 years ago
f3b3d7f
Add -Wswitch-enum
by Rich Salz
· 9 years ago
4588cb4
Revert "Constify code about X509_VERIFY_PARAM"
by Rich Salz
· 9 years ago
81f9ce1
Constify code about X509_VERIFY_PARAM
by FdaSilvaYY
· 9 years ago
4a7b3a7
Un-delete still documented X509_STORE_CTX_set_verify
by Viktor Dukhovni
· 9 years ago
0fe9123
Constify a bit X509_NAME_get_entry
by FdaSilvaYY
· 9 years ago
9f5466b
Constify some X509_NAME, ASN1 printing code
by FdaSilvaYY
· 9 years ago
a026fbf
Constify some inputs buffers
by FdaSilvaYY
· 9 years ago
8b7c51a
Add some sanity checks when checking CRL scores
by Matt Caswell
· 9 years ago
0b7347e
Add X509_getm_notBefore, X509_getm_notAfter
by Dr. Stephen Henson
· 9 years ago
568ce3a
Constify certificate and CRL time routines.
by Dr. Stephen Henson
· 9 years ago
3a60d6f
Avoid duplicated code.
by Dr. Stephen Henson
· 9 years ago
68c12bf
Add X509_get0_serialNumber() and constify OCSP_cert_to_id()
by Dr. Stephen Henson
· 9 years ago
1122248
constify X509_REQ_get0_signature()
by Dr. Stephen Henson
· 9 years ago
604f6ef
Convert X509_REVOKED* functions to use const getters
by Matt Caswell
· 9 years ago
5ebd2fc
Constify X509_certificate_type()
by Dr. Stephen Henson
· 9 years ago
8adc1cb
Constify X509_get0_signature()
by Dr. Stephen Henson
· 9 years ago
8900f3e
Convert X509* functions to use const getters
by Dr. Stephen Henson
· 9 years ago
5e6089f
Convert X509_CRL* functions to use const getters
by Matt Caswell
· 9 years ago
6eabcc8
Make X509_NAME_get0_der() conform to OpenSSL style
by Matt Caswell
· 9 years ago
Next »