summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2023-04-30Slightly improve the documentation of the "oper" parameter byIngo Schwarze
2023-04-30Document the eight BIO_CONN_S_* constants that are passed to BIO_info_cb(3)Ingo Schwarze
2023-04-30Mark the five BIO_GHBN_* constants as intentionally undocumented.Ingo Schwarze
2023-04-30whitespaceTheo Buehler
2023-04-29New manual page written by Ted Bullock,Ingo Schwarze
2023-04-29Provide function prototypes for macros that take arguments,Ingo Schwarze
2023-04-29Mention a few standard BIO_ctrl(3) command constantsIngo Schwarze
2023-04-29Mention a few standard BIO_ctrl(3) command constantsIngo Schwarze
2023-04-29Mention the type-specific BIO_ctrl(3) command constantsIngo Schwarze
2023-04-29Mention the type-specific BIO_ctrl(3) command constantsIngo Schwarze
2023-04-28Mark OpenSSLDie() as __deadTheo Buehler
2023-04-28Too many stupid things whine about these being used uninitializedTheo Buehler
2023-04-28Remove preservation and use of cached DER/BER encodings in the d2i/i2d pathsJob Snijders
2023-04-28Some wording tweaks to finish the polishing.Ingo Schwarze
2023-04-28Enable policy checking by default now that we are DAG implementation based.Bob Beck
2023-04-28Mark a number of BIO_ctrl(3) command constants as intentionallyIngo Schwarze
2023-04-28kill the .Xr to BN_nist_mod_521(3) which no longer existsIngo Schwarze
2023-04-28Unifdef LIBRESSL_HAS_POLICY_DAG and remove it from the MakefileTheo Buehler
2023-04-28Add BIO_C_SET_MD_CTX to the list of command constants.Ingo Schwarze
2023-04-28Take the old policy code behind the barnTheo Buehler
2023-04-28Document BIO_set_md_ctx(3) and BIO_C_SET_MD_CTX.Ingo Schwarze
2023-04-28Enable the new policy checking code in x509_policy.cTheo Buehler
2023-04-28Silence gcc-4 warnings about sk_sort()Theo Buehler