summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-26openssl(1): drop support for netscape certificates and server gated keys.tb5-138/+12
2021-11-26spellingjsg8-25/+25
2021-11-26after the bugfix in x509_vfy.c rev. 1.100,schwarze1-16/+12
2021-11-26Bugfix in X509_get_pubkey_parameters(3):schwarze1-3/+5
2021-11-26Simplify the code in X509_get_pubkey_parameters(3)schwarze1-8/+4
2021-11-25We know how to print a size_t now. Drop a comment and a cast.tb1-6/+4
2021-11-25Rework this test to compile with opaque RSAtb1-282/+427
2021-11-25Document BIO_method_name(3).schwarze1-48/+97
2021-11-25Resolve last issue with opaque BIGNUM in this test.tb1-3/+3
2021-11-24Describe what RES_USE_DNSSEC does and how it's affected by trust-adjca1-2/+15
2021-11-24Fix OCSP_basic_verify() cert chain construction in case thetb1-2/+5
2021-11-24Simplify slightly by using X509_get0_pubkey() thus eliminating thetb1-3/+2
2021-11-24Fix a whitespace error that has annoyed me for way too longtb1-2/+2
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