aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-09-13Clarify that TLS sessions are not application sessions.David Benjamin1-0/+18
2021-09-13Fix BN_prime_checks_for_validation to align with false-positive rate.jakemas1-3/+3
2021-09-10Add maskHash to RSA_PSS_PARAMS for compatShelley Vohr3-2/+12
2021-09-09Remove ASN1_OP_I2D_* callbacks.David Benjamin1-2/+2
2021-09-07Check for __TRUSTY__ instead of TRUSTY.David Benjamin1-2/+2
2021-09-02Fix calculation of draft-13 ECH confirmation signal.David Benjamin1-0/+4
2021-09-01Update to draft-ietf-tls-esni-13.David Benjamin2-5/+6
2021-09-01Reword SSL_get0_ech_name_override documentation.David Benjamin1-5/+5
2021-09-01Remove SSL_set_verify_result.David Benjamin1-6/+0
2021-08-31Make most of crypto/x509 opaque.David Benjamin3-188/+2
2021-08-30Remove V_ASN1_APP_CHOOSE.David Benjamin1-4/+0
2021-08-30Rewrite ASN1_PRINTABLE_type and add tests.David Benjamin1-3/+5
2021-08-26Work around yet another MSVC 2015 SFINAE bug.David Benjamin1-14/+17
2021-08-25Fix some error-handling in i2v functions.David Benjamin1-1/+39
2021-08-25Fix typo.David Benjamin1-0/+2
2021-08-25Rewrite name constraints matching with CBS.David Benjamin1-0/+5
2021-08-25Add some tests for name constraints.David Benjamin1-0/+1
2021-08-24Fix i2v_GENERAL_NAME to not assume NUL terminated stringsDavid Benjamin1-0/+1
2021-08-24Add a CBB_add_zeros helper.David Benjamin1-0/+4
2021-08-20Refer to RFCs consistently.David Benjamin4-50/+50
2021-08-16Add Span::first() and Span::last().David Benjamin1-1/+20
2021-08-11Add a test for ASN1_mbstring_copy and clean up.David Benjamin1-11/+13
2021-08-11Remove ASN1_TFLG_SET_ORDER.David Benjamin1-7/+0
2021-08-11Document ASN.1 printing functions.David Benjamin1-79/+97
2021-08-10Remove OPENSSL_NO_FP_API ifdefs.David Benjamin3-26/+0
2021-08-10Move X509_ALGOR to x509.h.David Benjamin2-7/+7
2021-08-10Unexport BIT_STRING_BITNAME.David Benjamin2-9/+0
2021-08-10Unexport ub_* constants.David Benjamin1-11/+0
2021-08-10Always use an ASN1_STRING_TABLE global mask of UTF8String.David Benjamin1-0/+5
2021-08-10Document ASN1_mbstring_copy.David Benjamin1-38/+61
2021-08-04Remove ASN1_STRING_FLAG_MSTRING.David Benjamin2-15/+0
2021-08-03Document another batch of functions.David Benjamin2-30/+166
2021-08-03Clarify BIO_new_mum_buf's lifetime rules.David Benjamin1-1/+3
2021-07-16Add convenience functions to malloc EVP_HPKE_CTX and EVP_HPKE_KEY.David Benjamin1-0/+25
2021-07-16Document that SSL_PRIVATE_KEY_METHOD should configure signing prefs.David Benjamin1-0/+5
2021-07-15hrss: use less stack space.Adam Langley1-12/+14
2021-07-15Make X509_EXTENSION opaque.David Benjamin1-7/+1
2021-07-15Make X509_CRL opaque.David Benjamin2-35/+0
2021-07-09Remove unused field in X509_NAME_ENTRY.David Benjamin1-1/+0
2021-07-07Remove X509at_get0_data_by_OBJ.David Benjamin1-6/+0
2021-07-07Document a batch of extension-related functions in x509.h.David Benjamin1-0/+181
2021-07-02conf: don't crash when parsing.Adam Langley1-5/+8
2021-07-01Add some OpenSSL compatibility aliases.David Benjamin2-0/+9
2021-06-30Make ASN1_OBJECT opaque.David Benjamin2-27/+5
2021-06-24Implement ClientHelloOuter handshakes.David Benjamin2-6/+54
2021-06-23Remove old ASN.1 SET macros.David Benjamin3-19/+0
2021-06-23Document some ASN1_INTEGER and ASN1_ENUMERATED functions.David Benjamin1-26/+75
2021-06-23Document ASN1_STRING_to_UTF8.David Benjamin1-2/+7
2021-06-23Const-correct ASN1_item_verify a bit more.David Benjamin1-1/+2
2021-06-22Compute ASN.1 BIT STRING sizes more consistently.David Benjamin2-18/+80