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