summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-07-15Expand the comment explaining the for loop with bn_lucas_step() a bit.Theo Buehler
2022-07-15Comment for factorization of n - 1 = k * 2^s in bn_miller_rabin_base_2()Theo Buehler
2022-07-15Rename is_perfect_square to out_perfect in prototype to matchTheo Buehler
2022-07-14Zap trailing whitespaceTheo Buehler
2022-07-13add .Xr links to SSL_CTX_set_security_level(3)Ingo Schwarze
2022-07-13add a few .Xr links to new manual pagesIngo Schwarze
2022-07-13In dsa.h rev. 1.34 (14 Jan 2022), tb@ provided DSA_bits(3).Ingo Schwarze
2022-07-13In x509_vfy.h rev. 1.54, tb@ provided X509_VERIFY_PARAM_get_time(3)Ingo Schwarze
2022-07-13link three new manual pages to the buildIngo Schwarze
2022-07-13Start documenting our new pet octopus, SSL_CTX_set_security_level(3).Ingo Schwarze
2022-07-13Cast int64_t to uint64_t before negating.Joel Sing
2022-07-13Write documentation for EVP_PKEY_check(3), EVP_PKEY_public_check(3),Ingo Schwarze
2022-07-13Simplify computation of max_pub_key = dh->p - 1.Theo Buehler
2022-07-13New manual page written from scratch;Ingo Schwarze
2022-07-13Remove #ifndef around the definition of OPENSSL_TLS_SECURITY_LEVEL.Theo Buehler
2022-07-13On May 4 14:19:08 2006 UTC, while fixing a security issue, djm@Ingo Schwarze
2022-07-13Do not make tables static so we can access them from regress.Theo Buehler
2022-07-13Enable BPSW primality test.Theo Buehler
2022-07-13Hook BPSW into BN_is_prime_fasttest_ex()Theo Buehler
2022-07-13Link bn_bpsw.c to buildTheo Buehler
2022-07-13Implement the Baillie-PSW primality testTheo Buehler
2022-07-13Link bn_isqrt.c to buildTheo Buehler
2022-07-13Integer square root and perfect square testTheo Buehler
2022-07-12Unbreak the tree, after the previous commit.Joel Sing
2022-07-12Move BN_lsw() to bn_lcl.h so that other code can use it.Theo Buehler
2022-07-12Remove mkerr.pl remnants from LibreSSLKlemens Nanni
2021-08-18Import initial code for the SM2 cipherTheo Buehler
2022-07-11Sync cert.pem with certdata.txt from the NSS release branch. OK tb@ bcook@Stuart Henderson
2022-07-11fix NULL return adding missing semicolonBrent Cook
2022-07-10Annotate the security callback and the security ex_data as deliberatelyTheo Buehler
2022-07-10In dsa.h rev. 1.38, tb@ provided DSA_meth_get0_name(3)Ingo Schwarze
2022-07-09Make ASN1_{INTEGER,ENUMERATED}_get() return 0 on NULL againTheo Buehler
2022-07-09Document ASN1_INTEGER_get_uint64(3), ASN1_INTEGER_get_int64(3),Ingo Schwarze
2022-07-07sortTheo Buehler
2022-07-07Sync bs_cbb.c with libssl.Theo Buehler
2022-07-07Make CBB_finish() fail if *out_data is not NULLTheo Buehler
2022-07-07Initialize hkdf_label to NULL.Theo Buehler
2022-07-07Use a local bits variable to avoid ugly line break due to nested functionTheo Buehler
2022-07-07Bump libtls minor after libcrypto and libssl minor bumpTheo Buehler
2022-07-07Unifdef LIBRESSL_HAS_SECURITY_LEVEL and remove some workaroundsTheo Buehler
2022-07-07Bump minor after symbol additionTheo Buehler
2022-07-07Update Symbols.listTheo Buehler
2022-07-07Expose security level symbols and error codes in the headers.Theo Buehler
2022-07-07bump minor after symbol additionTheo Buehler
2022-07-07Update Symbols.listTheo Buehler
2022-07-07Expose new API in headers.Theo Buehler
2022-07-05Add missing X509_V_ERR_ strings using the ones from OpenSSL.Theo Buehler
2022-07-05Use secop instead of op everywhereTheo Buehler
2022-07-05Pull setting of is_ee out of the function calls to appease scan-buildTheo Buehler
2022-07-04The OpenSSL API is called ASN1_TIME_set_string_X509() (uppercase x)Theo Buehler