summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-12-11two more "the the" fixes;jmc1-3/+3
2021-12-11Stop passing __FILE__ and __LINE__ to various libcrypto functions. The argumentsanton1-13/+13
2021-12-10explain how X509_NAME_ENTRY_set_data(3) uses MBSTRING_FLAGschwarze1-5/+20
2021-12-10document the following constants:schwarze2-4/+28
2021-12-09document V_ASN1_SEQUENCE and V_ASN1_SETschwarze1-4/+9
2021-12-09document V_ASN1_BOOLEANschwarze1-2/+4
2021-12-09improve the documentation of V_ASN1_APP_CHOOSEschwarze2-6/+15
2021-12-09Mention V_ASN1_PRIMITIVE_TAG and V_ASN1_EOC.schwarze1-5/+14
2021-12-09add the missing STANDARDS sectionschwarze1-2/+8
2021-12-09Document V_ASN1_ANY.schwarze1-12/+15
2021-12-09document V_ASN1_NEGschwarze1-3/+10
2021-12-09document V_ASN1_OBJECTschwarze1-2/+6
2021-12-09document V_ASN1_NULLschwarze1-2/+6
2021-12-09fix a typo in an .Xr argumentschwarze1-3/+3
2021-12-09Convert t1_enc.c to opaque EVP_MD_CTX.tb1-25/+26
2021-12-09Convert ssl_srvr.c to opaque EVP_MD_CTX.tb1-42/+44
2021-12-09Convert ssl_clnt.c to opaque EVP_MD_CTXtb1-26/+29
2021-12-09Convert s3_cbc.c to opaque EVP_MD_CTX.tb1-9/+10
2021-12-09Inline collect_data() in asn1_collect().jsing1-21/+12
2021-12-09Pull the recursion depth check up to the top of asn1_collect()jsing1-5/+6
2021-12-09Remove handling of a NULL BUF_MEM from asn1_collect()jsing1-14/+9
2021-12-09Fix missing return in asn1_compare_bytes()jsing1-1/+2
2021-12-09Add initial tests for coverage of ASN.1 complex/constructed types.jsing2-1/+228
2021-12-09Add initial tests for coverage of ASN.1 basic/primitive types.jsing2-1/+135
2021-12-09Fix an issue that might possibly turn into a DOS depending onschwarze1-3/+3
2021-12-09Add a section "NAMING CONVENTIONS".schwarze1-36/+285
2021-12-08lsearch(3): reimplement using lfind(3)cheloha1-32/+13
2021-12-08new manual page ASN1_bn_print(3)schwarze4-5/+126
2021-12-08document BIO_indent(3);schwarze1-12/+53
2021-12-08mark c2i_ASN1_OBJECT as intentionally undocumented;schwarze1-2/+4
2021-12-08mark i2c_ASN1_BIT_STRING, c2i_ASN1_BIT_STRING, and c2i_ASN1_INTEGERschwarze1-2/+5
2021-12-07Simple conversion to opaque EVP_CIPHER.tb1-5/+9
2021-12-07be more specific which NETSCAPE stuff to ignore, and whyschwarze1-10/+7
2021-12-07Some improvements allowing to handle asn1.h and x509v3.h:schwarze1-10/+47
2021-12-07lsearch(3): append key to array with memmove(3) instead of memcpy(3)cheloha1-2/+7
2021-12-06In the next major bump, some BN macros will become functions.schwarze5-27/+11
2021-12-06Clean up a bunch of dead code in s_server.c and s_socket.ctb3-36/+21
2021-12-05Simplify DH_check_params a bit.tb1-12/+4
2021-12-05Add initial regress for CT.jsing4-1/+415
2021-12-05Add RCS markerstb13-0/+13
2021-12-04gross trailing whitespacetb1-16/+16
2021-12-04List subdirectories as a simple list. Avoids a source of many mergetb1-6/+8
2021-12-04Annotate the structs to be moved to bn_lcl.h in the next bumptb1-1/+5
2021-12-04Use BN_is_negative(p) instead of p->neg in one place.tb1-2/+2
2021-12-04Add #include "bn_lcl.h" to the files that will soon need it.tb15-15/+36
2021-12-04Implement the BN_to_montgomery() macro as a functiontb2-2/+13
2021-12-04Implement the BN_is_negative macro as a functiontb2-2/+13
2021-12-04Provide function implementations for various BN_* macrostb2-4/+54
2021-12-04Provide replacement functions for the BN_{get,set,with}_flags() macros.tb2-2/+34
2021-12-04Provide replacement functions for the BN_GENCB_set{,_old}() macrostb2-3/+33