summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-05-07Remove a misplaced empty lineTheo Buehler
2023-05-06Regen cert.pemTheo Buehler
2023-05-05Use -Wshadow with clangTheo Buehler
2023-05-05Fix error handling in tls_check_common_name()Theo Buehler
2023-05-05Salt shares the blame of the continued existence of the X9.31 padding modeTheo Buehler
2023-05-05Reinstate documentation of RSA_X931_PADDINGTheo Buehler
2023-05-05Add back support for RSA_X931_PADDINGTheo Buehler
2023-05-05Link rsa_x931.c to buildTheo Buehler
2023-05-05Bring back the X9.31 padding helpersTheo Buehler
2023-05-04Rewrite ECParameters_dup()Theo Buehler
2023-05-04Use size_t instead of int in EC_POINT_point2oct()Theo Buehler
2023-05-04Fix line wrappingTheo Buehler
2023-05-04Fix function name in doc commentTheo Buehler
2023-05-03Revert utf-8 fix for X509_NAME_get_index_by_NID to avoid libtlsBob Beck
2023-05-03Bring back length check tb ok'ed and I managed to remove whileBob Beck
2023-05-03Fix a few KNF/whitespace issuesTheo Buehler
2023-05-02Change X509_NAME_get_index_by[NID|OBJ] to be safer.Bob Beck
2023-05-02Rename P into generatorTheo Buehler
2023-05-02Simplify EC_GROUP_new_by_curve_name()Theo Buehler
2023-05-02Style tweaks for SMIME_write_PKCS7()Theo Buehler
2023-05-02Unwrap a lineTheo Buehler
2023-05-02Sync with upstreamTheo Buehler
2023-05-01stray whitespaceTheo Buehler
2023-05-01Add a missing pair of braces.Theo Buehler
2023-05-01Use uppercase for the CURVE_LIST_LENGTH macroTheo Buehler
2023-05-01Consistently use lowercase hex digits for curve parametersTheo Buehler
2023-05-01Now that we have C99 initializers, garbage collect some commentsTheo Buehler
2023-05-01Rework the curve list to use actual structs instead of a customTheo Buehler
2023-05-01Drop the now unnecessary and unused field_type from the curve dataTheo Buehler
2023-05-01Convert EC_CURVE_DATA to C99 initializersTheo Buehler
2023-05-01Simplify ec_group_new_from_data() furtherTheo Buehler
2023-05-01Drop some dead codeTheo Buehler
2023-05-01Remove pointless/wrong .meth = 0 entries from curves_list[]Theo Buehler
2023-05-01Mechanically convert curve_list[] to C99 initializersTheo Buehler
2023-05-01Clean up handling of nist_curves[]Theo Buehler
2023-05-01Remove ASN1_item_ndef_i2d(3) documentationTheo Buehler
2023-05-01First pass of removing low-level ASN.1 streaming docsTheo Buehler
2023-05-01spellingJonathan Gray
2023-04-30mandoc -Tlint tells me I forgot to zap a commaTheo Buehler
2023-04-30Remove most documentation pertaining to proxy certificates.Theo Buehler
2023-04-30Remove proxy cert api remmnantsTheo Buehler
2023-04-30Remove documentation of BN_generate_prime(), BN_is_prime{,_fasttest}()Theo Buehler
2023-04-30Remove documentation of BN_zero_ex() and update BN_one() and BN_zero()Theo Buehler
2023-04-30Garbage collect BN_zero_ex()Theo Buehler
2023-04-30Remove __dead again. Apparently this causes issues for some upstreams.Theo Buehler
2023-04-30Revert disablement of the encoding cacheJob Snijders
2023-04-30Send x509_subject_cmp() to the atticTheo Buehler
2023-04-30The policy tree is no moreTheo Buehler
2023-04-30Zap extra blank lineTheo Buehler
2023-04-30Make the descriptions of BIO_get_retry_BIO(3) and BIO_get_retry_reason(3)Ingo Schwarze