index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
usr.bin
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Zap a useless comment followed by a stray semicolon
tb
2024-02-04
1
-2
/
+1
*
Remove GOST and STREEBOG support from libssl.
beck
2024-02-03
1
-7
/
+1
*
Add 'openssl x509 -new' functionality to the libcrypto CLI utility
job
2024-01-26
2
-14
/
+71
*
Add -force_pubkey -multivalue-rdn -set_issuer -set_subject -utf8 to x509 app
job
2024-01-12
2
-27
/
+152
*
Garbage collect the last users of SSL_set_debug(3)
tb
2023-12-29
2
-5
/
+2
*
s_client: pause hasn't worked in ages. Just ignore it
tb
2023-12-29
2
-13
/
+5
*
Make a few purpose things const
tb
2023-11-21
4
-11
/
+11
*
openssl pkcs12: rewrite without reaching into X509_ALGOR
tb
2023-11-19
1
-7
/
+10
*
openssl ts: convert to X509_ALGOR_set0()
tb
2023-11-19
1
-5
/
+8
*
Kill last user of ASN1_time_parse() in the tree
tb
2023-11-13
1
-23
/
+3
*
Check notBefore/notAfter validity with ASN1_TIME_to_tm(3)
tb
2023-11-13
1
-5
/
+3
*
netcat: avoid issuing syscalls on fd -1
tb
2023-08-14
1
-3
/
+9
*
Drop unused conf, pem, and x509 headers, add unistd for pledge
tb
2023-07-29
1
-4
/
+2
*
Remove antiquated options output
tb
2023-07-27
3
-44
/
+7
*
sprinkle some void between () in function definitions
tb
2023-07-23
13
-26
/
+26
*
Remove -stats option from openssl(1) errstr.
tb
2023-07-23
2
-41
/
+5
*
some minor fix up;
jmc
2023-07-03
1
-5
/
+5
*
Bring back no_tls1 and no_tls1_1 as undocumented silently discarded opitons
beck
2023-07-03
2
-8
/
+20
*
Remove the tls1.0 and 1.1 related options from the openssl(1) toolkit
beck
2023-07-03
3
-159
/
+20
*
Teach openssl ca about Ed25519 certificates
tb
2023-07-02
1
-18
/
+27
*
Teach openssl req about EdDSA certs
tb
2023-07-02
1
-1
/
+8
*
remove unused args_st struct
jsg
2023-06-11
2
-12
/
+2
*
remove chopup_args() unused since apps.c rev 1.31
jsg
2023-06-11
2
-72
/
+2
*
openssl enc: drop a few parens and unwrap a few lines
tb
2023-06-11
1
-20
/
+14
*
openssl enc: small style fixup after ZLIB unifdef
tb
2023-06-11
1
-4
/
+2
*
Unifdef ZLIB
tb
2023-06-11
2
-44
/
+2
*
From the description of "openssl verify", delete the duplicate and
schwarze
2023-06-08
1
-130
/
+9
*
Refer to the field "thisUpdate" instead of the non-existent "lastUpdate".
schwarze
2023-06-07
1
-4
/
+10
*
Remove a space that I thought I had already deleted.
tb
2023-05-20
1
-2
/
+2
*
openssl speed: add an '-unaligned n' option
tb
2023-05-20
2
-7
/
+37
*
openssl speed: minor style nits
tb
2023-05-20
1
-8
/
+6
*
openssl speed: remove binary curve remnants
tb
2023-05-20
1
-88
/
+5
*
Reinstate X9.31 padding mode support in rsautl
tb
2023-05-05
2
-7
/
+18
*
Remove the nseq command
tb
2023-04-25
4
-211
/
+5
*
Document the change in default to comma plus space but leave out the
tb
2023-04-22
1
-2
/
+5
*
Fix UTF-8 issuer printing
tb
2023-04-22
1
-2
/
+6
*
Drop policy printing from openssl
tb
2023-04-14
6
-95
/
+6
*
Fix double free in error path in openssl(1) x509
tb
2023-04-14
1
-4
/
+2
*
Remove X9.31 support from openssl(1)
tb
2023-04-09
2
-18
/
+7
*
Minor code cleanup
tb
2023-04-09
1
-42
/
+31
*
openssl(1) asn1parse: avoid crash with ASN.1 BOOLEANS
tb
2023-03-10
1
-3
/
+4
*
Basic cleanup in asn1pars.c
tb
2023-03-07
1
-26
/
+16
*
Rename struct ${app}_config to plain cfg
tb
2023-03-06
44
-3260
/
+3260
*
openssl: make all config structs static
tb
2023-03-05
11
-22
/
+22
*
openssl/cms: zap some trailing whitespace
tb
2023-03-05
1
-3
/
+3
*
openssl enc doesn't really support AEAD ciphers and XTS mode
tb
2023-03-04
1
-2
/
+30
*
openssl/req: garbage collect a pointless EVP_MD_CTX_init()
tb
2023-03-04
1
-2
/
+2
*
openssl speed: avoid bad plural
tb
2023-02-23
1
-5
/
+5
*
openssl(1) pkcs7 avoid crash on malformed files
tb
2023-02-08
1
-5
/
+9
*
ugly white space
deraadt
2023-01-04
1
-2
/
+2
[prev]
[next]