Age | Commit message (Expand) | Author |
2023-01-20 | Replace BN_DIV3W with HAVE_BN_DIV_3_WORDS (in bn_arch.h). | Joel Sing |
2023-01-20 | Provide a per machine bn_arch.h. | Joel Sing |
2023-01-20 | Reorder functions. | Joel Sing |
2023-01-20 | Reorder functions for easier maintenance. | Joel Sing |
2023-01-19 | Do not use unsupported __attribute__((warn_unused_result)) on gcc3. | Kenji Aoyama |
2023-01-19 | Remove more unused assembly generation scripts. | Joel Sing |
2023-01-19 | Remove various unused assembly files and assembly generation scripts. | Joel Sing |
2023-01-18 | Bring in a description of bn_words_3_div(). | Joel Sing |
2023-01-18 | Start cleaning up BN_div_internal(). | Joel Sing |
2023-01-17 | Don't do policy checking unless we were asked to do so. | Bob Beck |
2023-01-17 | Remove non-visible and unused OPENSSL_wipe_cpu and OPENSSL_atomic_add | Miod Vallat |
2023-01-16 | Move BN_sqr() to the bottom of the file. | Joel Sing |
2023-01-16 | Mop up debug code that escaped previously. | Joel Sing |
2023-01-16 | Currently we disable kbind(2) for static program from libc.a's | Philip Guenther |
2023-01-15 | gost: add missing BN_CTX_{start,end}() pair | Theo Buehler |
2023-01-14 | Move constants out of text segment into rodata to prepare for xonly support | Theo de Raadt |
2023-01-14 | Remove unused Elliptic Curve code. | Joel Sing |
2023-01-14 | Rewrite BN_CTX. | Joel Sing |
2023-01-14 | Greatly simplify bn_expand_internal(). | Joel Sing |
2023-01-14 | Clean up and simplify EC_KEY handling, mostly from a BN_CTX perspective. | Joel Sing |
2012-10-13 | import OpenSSL-1.0.1c | Damien Miller |
2023-01-13 | Move all data from .text section to .rodata, and update the code to | Miod Vallat |
2023-01-13 | Move all data tables from .text section to .rodata, and update the code to | Miod Vallat |
2023-01-13 | Move all data tables from .text section to .rodata, and update the code to | Miod Vallat |
2023-01-13 | Prevent 1-byte out-of-bounds read in i2c_ASN1_BIT_STRING | Theo Buehler |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2009-04-06 | import of OpenSSL 0.9.8k | Damien Miller |
2023-01-12 | remove outdated "expected to be compliant" | Jonathan Gray |
2023-01-11 | block --execute-only on mips64 & sparc64 during the upcoming transition. | Theo de Raadt |
2023-01-11 | based upon inspection of obj/*.S ... | Theo de Raadt |
2023-01-11 | temporarily force hppa libcrypto to be built --no-execute-only because | Theo de Raadt |
2023-01-11 | do not need --execute-only anymore, it is now the default | Theo de Raadt |
2023-01-11 | Clean up and simplify BIGNUM handling in DSA code. | Joel Sing |
2023-01-11 | Simplify BIGNUM handling in dsa_builtin_keygen(). | Joel Sing |
2023-01-11 | Replace BN_lshift1()/BN_rshift1() with calls to BN_lshift()/BN_rshift(). | Joel Sing |
2023-01-11 | Add retguard to amd64 syscalls. | Todd Mortimer |
2023-01-10 | Rewrite BN_lshift() | Joel Sing |
2023-01-08 | Add getthrname(2) manpage | Philip Guenther |
2023-01-07 | Rewrite/simplify BN_free(). | Joel Sing |
2023-01-07 | Flip BN_clear_free() and BN_free() | Joel Sing |
2023-01-07 | Use calloc() in BN_new(), rather than malloc() and then manually zeroing. | Joel Sing |
2023-01-07 | Add {get,set}thrname(2) for putting thread names in the kernel and | Philip Guenther |
2023-01-05 | Rewrite BN_rshift() | Joel Sing |
2023-01-04 | Christos Zoulas agreed to rescind clause 3 and 4 in | Jonathan Gray |
2023-01-04 | Leo Weppelman agreed to rescind clause 3 and 4 in | Jonathan Gray |
2023-01-01 | Add explicit LL suffixes to large constants to appease some compilers on | Miod Vallat |
2022-12-31 | crank libfido2 major version, it depends on libcbor and it just | Damien Miller |
2022-12-31 | update to upstream libcbor v.0.10.0 and crank major. Also includes | Damien Miller |
2022-12-30 | add history for getpid(2) and getppid(2) | Jonathan Gray |
2022-12-30 | pause.3: miscellaneous rewrites, cleanup | Scott Soule Cheloha |