summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-21new manual page X509_ATTRIBUTE_set1_object(3)schwarze4-6/+276
2021-10-21Sync parts of X509_STORE_get_by_subject() with OpenSSLtb1-13/+7
2021-10-21Prepare to make X509 opaque.tb1-4/+7
2021-10-21libtls: Don't reach into X509_STORE_CTX.tb1-12/+20
2021-10-21Switch from X509_VERIFY_PARAM_set_flags() to X509_STORE_set_flags().tb1-2/+2
2021-10-21Add XKU_ANYEKU #define and use it to cache the anyExtendedKeyUsagetb2-3/+8
2021-10-21Prepare to provide X509_get_X509_PUBKEY() as a function.tb2-5/+15
2021-10-21Bump to LibreSSL 3.5.0tb1-3/+3
2021-10-21Eliminate a dead assignment and a weird cast. Adjust a comment totb1-6/+3
2021-10-21Print uid with %u instead of %i.tb1-2/+2
2021-10-21Use *printf %d instead of %itb1-2/+2
2021-10-21Avoid potential NULL dereferences in dtls1_free()tb1-2/+7
2021-10-20document ASN1_STRING_set_by_NID(3)schwarze2-5/+129
2021-10-20new manual page ASN1_mbstring_copy(3)schwarze4-5/+182
2021-10-20new manual page X509_ATTRIBUTE_get0_object(3)schwarze3-2/+139
2021-10-20document X509_ATTRIBUTE_create(3) and X509_ATTRIBUTE_dup(3)schwarze1-6/+60
2021-10-19document X509_get_pubkey_parameters(3) in a new manual pageschwarze5-7/+114
2021-10-19more precision, fewer wordsschwarze1-28/+43
2021-10-19document i2d_PrivateKey_bio(3) and i2d_PrivateKey_fp(3)schwarze1-12/+37
2021-10-19install X509_PKEY_new(3)schwarze1-1/+2
2021-10-19document X509_PKEY_new(3) and X509_PKEY_free(3)schwarze4-8/+103
2021-10-18document X509_VERIFY_PARAM_inherit(3) and X509_VERIFY_PARAM_set1(3)schwarze4-8/+159
2021-10-18split seven functions out of the page X509_VERIFY_PARAM_set_flags(3), whichschwarze5-134/+175
2021-10-15Pull in ssl_locl.h so that we can keep reaching into libssl internals.jsing2-1/+4
2021-10-15Move various structs from ssl.h/tls1.h to ssl_locl.h.jsing3-140/+128
2021-10-14Use unsigned char instead of u_char for two prototypes (like everywheretb1-4/+4
2021-10-13ssltest.c does not need param.htb1-1/+0
2021-10-13Remove __dead from usage() to reduce the diff needed to build LibreSSLtb1-3/+3
2021-10-13Provide realpath(1)kn1-2/+3
2021-10-11does not need arpa/nameser.hderaadt1-2/+1
2021-10-06X509_STORE_CTX_init() allows the store to be NULL on init. Add checksclaudio1-1/+11
2021-10-02Use SSL_CTX_get0_param() rather than reaching into the SSL_CTX.jsing1-2/+2
2021-09-30Mark another test as failing with the legacy verifier.jsing2-2/+4
2021-09-30Enable X509_V_FLAG_TRUSTED_FIRST by default in the legacy verifier.jsing1-1/+2
2021-09-30delete expired DST Root CA X3 to work around bugs various librariesderaadt1-44/+1
2021-09-28Remove recent changes used to unblock the signal undergoing testing, I solved itanton2-30/+2
2021-09-27Mark "failures" volatile to avoid a problem with sigsetjmp/siglongjmp.millert2-4/+4
2021-09-27These tests pass in a few seconds. Remove REGRESS_SLOW_TARGETS.bluhm1-3/+1
2021-09-27Make t_gettimeofday pass on sparc64.mbuhl1-1/+3
2021-09-24Simplify runAesCmacTest() by using EVP_DigestSign().tb1-16/+3
2021-09-23Avoid a potential overread in x509_constraints_parse_mailbox()jsing1-5/+9
2021-09-23Remove an unused variable and a pointless label.tb1-7/+1
2021-09-20Fix appstest.sh for testing with OpenSSL 3.0inoguchi1-2/+5
2021-09-19Switch two calls from memset() to explicit_bzero()tb1-3/+3
2021-09-19At least t_fork and t_vfork tests need coredumps enabled to succeed.claudio1-1/+2
2021-09-16Implement flushing for TLSv1.3 handshakes.jsing5-7/+69
2021-09-15bump to LibreSSL 3.4.1tb1-3/+3
2021-09-14Avoid typedef redefinitionlibressl-v3.4.0inoguchi1-3/+1
2021-09-14Add missing void to definition of http_init().tb1-2/+2
2021-09-14zap trailing white spacetb1-2/+2