summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-05-13default path includes /usr/local/sbinKlemens Nanni
2023-05-12Bob points out that one error should be an X509V3error()Theo Buehler
2023-05-12x509_utl.c: fix some style nits.Theo Buehler
2023-05-12Rewrite string_to_hex() and hex_to_string() using CBB/CBSTheo Buehler
2023-05-12Reduce the number of SHA-512 C implementations from three to one.Joel Sing
2023-05-12primility -> primalityJonathan Gray
2023-05-12Be a bit more precise on how s2i_ASN1_OCTET_STRING handles colonsTheo Buehler
2023-05-11Retguard addition in commit 72pYktDvmJhq7OyF was based on the understandingPhilip Guenther
2023-05-11tls_verify.c: give up on variable alignment in this fileTheo Buehler
2023-05-11Document recent changes in primality testingTheo Buehler
2023-05-10Use is_pseudoprime instead of is_prime in bn_bpsw.cTheo Buehler
2023-05-10switch two ASN1_STRING_data() to ASN1_STRING_get0_data()Omar Polo
2023-05-10Add Miller-Rabin test for random bases to BPSWTheo Buehler
2023-05-10As mmap(2) is no longer a LOCK syscall, do away with the extraOtto Moerbeek
2023-05-09Make failure mode of EVP_AEAD_CTX_new() more explicitTheo Buehler
2023-05-09bn_exp: also special case -1 modulusTheo Buehler
2023-05-09Rewrite BN_bn2hex() using CBB/CBS.Joel Sing
2023-05-09Rewrite BN_bn2dec() using CBB/CBS.Joel Sing
2023-05-08Rename the other_ctx in X509_STORE_CTX into trustedTheo Buehler
2023-05-08Add RCS tagTheo Buehler
2023-05-08X509_verify_cert(): Garbage collect the unused roots variableTheo Buehler
2023-05-08Avoid trailing whitespace in extension printingTheo Buehler
2023-05-07Recommit -Wshadow now that the warning on BIG_ENDIAN is fixedTheo Buehler
2023-05-07xts128 mode: avoid two -Wshadow warnings in the BIG_ENDIAN code path.Theo Buehler
2023-05-07Backout -Wshadow, it breaks build on powerpc64.Alexander Bluhm
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