summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-01Ensure SSL_set_tlsext_host_name() is given a valid hostname.jsing1-3/+8
2021-11-01Rework SNI hostname regress to be table driven.jsing1-62/+147
2021-11-01Improve SNI hostname validation.jsing2-9/+54
2021-11-01Rework x509attribute regress test in such a way that it doesn't needtb1-11/+7
2021-11-01Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this istb11-60/+10
2021-10-31Enable RFC 3779 code.tb1-1/+1
2021-10-31Make this test compile again after the damage done in libcryptotb1-19/+20
2021-10-31Hide struct internals under LIBRESSL_CRYPTO_INTERNAL so that othertb3-19/+19
2021-10-31Various minor adjustments to make openssl(1) compile with opaquetb3-12/+23
2021-10-31Bump majors after struct visibility changes, symbol removal and symboltb3-3/+3
2021-10-31Simplify some code by using X509_STORE_CTX_get_obj_by_subject()tb1-8/+8
2021-10-31Update Symbols.list to include API additionstb1-0/+10
2021-10-31libssl: stop reaching into the X509 struct and simplify some code bytb2-24/+6
2021-10-31Update Symbols.list for new API and API removal/renamingtb1-10/+33
2021-10-31Expose new API in headers and make X509 structs opaque.tb1-0/+3
2021-10-31Remove the unused X509_OBJECTS struct.tb1-8/+1
2021-10-31Remove the unused X509_CERT_PAIR struct and the assicated API.tb4-99/+4
2021-10-31Remove the unused X509_CERT_FILE_CTX struct.tb1-9/+1
2021-10-31Prepare to provide X509_STORE_CTX_get_obj_by_subject(), a wrappertb2-2/+22
2021-10-31Switch various X509 API to use the new X509_LOOKUP_TYPE to matchtb2-29/+32
2021-10-31Provide the X509_LOOKUP_TYPE enum.tb1-6/+6
2021-10-31Prepare definitions X509_STORE_set_verify{,_cb}_func() that work withtb1-3/+8
2021-10-31Prepare to make various structs in x509_vfy.h opaque.tb1-26/+37
2021-10-31Prepare regress for opaque structs in x509*.htb4-25/+18
2021-10-31Add explicit CBS_contains_zero_byte() check in CBS_strdup().jsing1-1/+6
2021-10-30new manual page X509_CRL_METHOD_new(3)schwarze6-14/+245
2021-10-29In x509/x509_purp.c rev. 1.11, tb@ fixed X509_check_purpose(3)schwarze1-8/+18
2021-10-29Actually error in X509_check_purpose() if x509v3_cache_extensions()tb1-2/+2
2021-10-29document the horrifying function X509_TRUST_set_default(3)schwarze1-3/+43
2021-10-29add missing .h file includederaadt1-2/+3
2021-10-29document X509_EXTENSION_dup(3);schwarze1-8/+20
2021-10-29new manual page X509_REQ_print_ex(3),schwarze4-6/+184
2021-10-28document X509_REQ_to_X509(3)schwarze1-7/+38
2021-10-28unwrap a linetb1-3/+2
2021-10-28document X509_to_X509_REQ(3)schwarze1-4/+26
2021-10-28sorttb1-2/+2
2021-10-28Mechanical KNF in preparation for changingbeck12-1583/+1653
2021-10-28Add headers normally contained in include/openssl, verbatim from 1.1.1beck2-0/+554
2021-10-28Import Certificate Transparency verbatim from OpenSSL 1.1.1beck13-0/+2321
2021-10-28openssl-ruby tests: rework for x509_alt.c r1.3 and r1.5.tb1-6/+9
2021-10-28Bring back r1.3, ok becktb1-3/+47
2021-10-27Fix HISTORY section: 6.9 -> 7.0tb1-3/+3
2021-10-27new manual page X509_REQ_add_extensions(3)schwarze4-4/+148
2021-10-27add some .Xrs involving recently added pagesschwarze7-15/+22
2021-10-27minor tweaks to wording and punctuation,schwarze1-10/+19
2021-10-27Minor tweaks:schwarze1-9/+12
2021-10-27Revert version 1.3 - not allowing the creation of bogus certificatesbeck1-47/+3
2021-10-27Fix to correctly parse the 'to' time into the to_tmbeck1-2/+2
2021-10-27Add ASN1_TIME_diff from OpenSSL.beck4-5/+106
2021-10-26Merge documentation for i2d_re_X509*_tbs(3) from OpenSSL 1.1tb1-4/+67