summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-24Fix timestamp printing in Signed Certificate Timestampstb1-2/+1
2021-11-24Add certificate transparency methods to the standard extensions.tb1-1/+7
2021-11-24add the missing const qualifiers below EXAMPLES;schwarze1-8/+11
2021-11-24document ASN1_item_ndef_i2d(3)schwarze1-4/+22
2021-11-24In some situations, the verifier would discard the error on an unvalidatedbeck3-50/+91
2021-11-24Make the certificate transparency code build with the rest of the librarybeck8-7/+86
2021-11-23Transform a mangled comment into something intelligible.tb1-2/+5
2021-11-23document ASN1_TYPE_set_int_octetstring(3) and ASN1_TYPE_get_int_octetstring(3)schwarze1-9/+77
2021-11-23Use LIBRESSL_NEXT_API to document the commented-out functions that aretb1-13/+13
2021-11-23document ASN1_TYPE_set_octetstring(3) and ASN1_TYPE_get_octetstring(3)schwarze1-5/+67
2021-11-23document a2i_ASN1_INTEGER(3),schwarze2-69/+135
2021-11-23re-align these copies of the a2i_*(3) code with f_string.c rev. 1.19schwarze2-28/+12
2021-11-23In DH_set0_pqg() also set dh->length if q is set to match what OpenSSL do.tb1-1/+2
2021-11-22Implement rfc6840 (AD flag processing) if using trusted name serversjca1-2/+14
2021-11-22Fix typojob1-2/+2
2021-11-22new manual page ASN1_NULL_new(3), also documenting ASN1_NULL_free(3)schwarze4-5/+70
2021-11-22new manual page a2d_ASN1_OBJECT(3);schwarze4-4/+106
2021-11-22document ASN1_OBJECT_create(3)schwarze1-10/+61
2021-11-21Tweak for opaque EVP_MD: use EVP_MD_type(dgst) instead of dgst->type.tb1-2/+2
2021-11-21Prepare ssltest for opaque DHtb1-18/+39
2021-11-21In asn1.h rev. 1.55 and asn1/a_time.c rev. 1.28, beck@schwarze1-3/+72
2021-11-21oops, i forgot the STANDARDS sectionschwarze1-1/+7
2021-11-21new manual page d2i_ASN1_BOOLEAN(3) also documenting i2d_ASN1_BOOLEAN(3)schwarze5-7/+137
2021-11-21wycheproof: modify RSA tests to work with opaque RSA structtb1-11/+57
2021-11-21wycheproof.go: modify some DSA and ECDSA code to work with opaque structstb1-5/+23
2021-11-20sorttb1-4/+4
2021-11-20Provide the bytestring APIs for libcrypto internal use.jsing5-3/+1771
2021-11-20Convert openssl(1) to using BN_GENCB on the heaptb4-51/+74
2021-11-20Switch to BIO_up_ref() instead of adjusting references manually.tb2-16/+6
2021-11-20Use BIO_up_ref() instead of adjusting refcounts manuallytb1-9/+3
2021-11-20typo in commenttb1-3/+3
2021-11-20Document ASN1_INTEGER_cmp(3) and ASN1_INTEGER_dup(3).schwarze1-5/+93
2021-11-20Improve the description of ASN1_OCTET_STRING_cmp(3),schwarze1-12/+37
2021-11-20Make these files compile - not hooked up to build yet.beck13-220/+279
2021-11-19libssl: don't reach for pkey->save_type.tb2-5/+5
2021-11-19Mark the X509_VERIFY_PARAM_ID variable type as intentionallyschwarze1-3/+16
2021-11-19Make function prototype parsing a bit stricter,schwarze1-1/+1
2021-11-19minor KNF improvement, changing only whitespace, no code change:schwarze1-4/+4
2021-11-19new manual page ASN1_BIT_STRING_num_asc(3)schwarze4-5/+154
2021-11-19add two missing .Dv macros;schwarze1-4/+4
2021-11-19Make the public API function a2i_ASN1_STRING(3) actually work.schwarze1-14/+6