| Commit message (Expand) | Author | Age | Files | Lines |
* | openssl ca: use BN_bn2hex() rather than reimplementing it | tb | 2025-02-25 | 1 | -28/+18 |
* | openssl x509: zap extra whitespace in usage | tb | 2025-01-19 | 1 | -2/+2 |
* | Remove -C option from "apps" | tb | 2025-01-19 | 6 | -436/+12 |
* | ecparam: remove GF2m remnant | tb | 2025-01-19 | 1 | -14/+4 |
* | termianted -> terminated | tb | 2025-01-03 | 1 | -2/+2 |
* | Remove some gloriously outdated comments | tb | 2025-01-02 | 1 | -5/+1 |
* | Merge testdsa.h and tesrsa.h into speed.c | tb | 2025-01-02 | 3 | -781/+712 |
* | Remove some pointless header guards. The headers are in scope. | tb | 2025-01-02 | 1 | -7/+1 |
* | Merge s_apps.h into apps.h | tb | 2025-01-02 | 8 | -169/+47 |
* | openssl(1) doesn't need 5 .h files: merge timeouts.h into apps.h | tb | 2025-01-02 | 4 | -72/+7 |
* | openssl(1) doesn't need 6 .h files: fold progs.h into apps.h | tb | 2025-01-02 | 8 | -59/+52 |
* | Plug a bunch of leaks in the PKCS 12 code | tb | 2024-12-26 | 1 | -8/+24 |
* | Error check sk_push() in crl2p7 | tb | 2024-12-26 | 1 | -23/+21 |
* | ciphers: remove tls1 and tls1_1 leftovers | tb | 2024-12-11 | 1 | -16/+2 |
* | Fix up authority and subject key identifiers in force pubkey mode | tb | 2024-12-04 | 1 | -8/+133 |
* | openssl speed: stop trying to use small curves | tb | 2024-11-30 | 1 | -25/+11 |
* | netcat: drop caddr_t cast. It's not needed and not portable. | tb | 2024-11-02 | 1 | -2/+2 |
* | sync x509v3_add_value with x509_utl.c | tb | 2024-08-31 | 1 | -19/+32 |
* | Add and use local copy of X509V3_add_value() | tb | 2024-08-30 | 1 | -2/+41 |
* | zap line missed in previous removal; ok tb | jmc | 2024-08-30 | 1 | -3/+2 |
* | Adjust documentation for check/pubcheck removal | tb | 2024-08-29 | 1 | -11/+2 |
* | Remove check and pubcheck from openssl pkey and pkeyparam | tb | 2024-08-29 | 4 | -73/+7 |
* | ocsp.c: zap trailing whitespace | tb | 2024-08-29 | 1 | -2/+2 |
* | ts.c: typo flaf -> flag | tb | 2024-08-26 | 1 | -2/+2 |
* | openssl: adjust manual for LMK and CSP removal | tb | 2024-08-22 | 1 | -10/+2 |
* | openssl pkcs12: remove support for LMK and CSP attributes | tb | 2024-08-22 | 1 | -25/+1 |
* | Use OPENSSL_config() instead of OPENSSL_load_builtin_modules() | tb | 2024-08-18 | 1 | -2/+2 |
* | Add -CRLfile option to 'cms' sub command | job | 2024-08-12 | 2 | -7/+38 |
* | Remove bogus connect(s, NULL, 0) call | tb | 2024-08-05 | 1 | -5/+1 |
* | nc(1): remove useless function pointer dereferencing | jan | 2024-08-02 | 1 | -2/+2 |
* | Move the sigaction next to multi | tb | 2024-07-13 | 1 | -2/+2 |
* | use sigaction() to setup SIGARLM so we can set SA_RESTART, and | deraadt | 2024-07-12 | 1 | -6/+8 |
* | do not need to force bss values to 0 | deraadt | 2024-07-09 | 1 | -2/+2 |
* | KNF a pile of else if blocks; ok tb | deraadt | 2024-07-09 | 1 | -19/+9 |
* | Adjust manpage for SPKAC removal | tb | 2024-07-08 | 1 | -84/+4 |
* | Remove spkac subcommand | tb | 2024-07-08 | 4 | -317/+4 |
* | Remove spkac handling from openssl(1) ca | tb | 2024-07-08 | 1 | -187/+3 |
* | signal handler must use the save_errno dance, and massage a variable | deraadt | 2024-07-01 | 1 | -2/+5 |
* | openssl ca: avoid double free for spkac files without default section | tb | 2024-06-23 | 1 | -2/+1 |
* | openssl x509: rename pub_key to dsa_pub_key | tb | 2024-05-27 | 1 | -4/+4 |
* | openssl: enable -Wshadow for clang | tb | 2024-05-27 | 1 | -2/+2 |
* | openssl: avoid shadowed pkeys in x509.c | tb | 2024-05-27 | 1 | -12/+10 |
* | remove prototypes with no matching function and externs with no var | jsg | 2024-05-21 | 1 | -2/+1 |
* | remove extern with no matching var; ok tb@ | jsg | 2024-05-18 | 1 | -2/+1 |
* | remove prototypes with no matching function; ok tb@ | jsg | 2024-05-18 | 3 | -6/+3 |
* | openssl: toolkit implementing the TLS v1 protocol is weird | tb | 2024-05-07 | 1 | -3/+3 |
* | openssl req: plug obvious leak | tb | 2024-04-17 | 1 | -1/+2 |
* | Mention that port can be specified as 0 in some situations, so that the | deraadt | 2024-04-01 | 1 | -2/+3 |
* | Clean up create_digest() | tb | 2024-03-25 | 1 | -16/+17 |
* | Expand only ever user of PBEPARAM_free() outside of libcrypto | tb | 2024-02-28 | 1 | -2/+3 |