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
/
openssl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix coverity 105350 and 10345
beck
2015-02-18
1
-1
/
+2
*
Use "In" to mark up include files, instead of wrongly wrapping with Aq.
bentley
2015-02-15
1
-3
/
+3
*
qsort() compare functions MUST use memcmp() instead of bcmp() to have
guenther
2015-02-12
1
-2
/
+4
*
swap limits.h for sys/limits.h
bcook
2015-02-12
1
-1
/
+1
*
Enable building with -DOPENSSL_NO_DEPRECATED.
doug
2015-02-11
1
-1
/
+2
*
Introduce an openssl(1) certhash command.
jsing
2015-02-10
3
-9
/
+685
*
Remember to zero the ciphers configuration.
jsing
2015-02-09
1
-2
/
+4
*
Rewrite the openssl(1) ciphers command.
jsing
2015-02-09
1
-158
/
+128
*
Delete commented out code from openssl(1) apps.
doug
2015-02-08
8
-95
/
+11
*
Modify BSIZE to BUFLEN to avoid redefinition on HP-UX.
bcook
2015-02-07
2
-15
/
+15
*
Convert openssl(1) sess_id to the new option handling.
doug
2015-01-24
1
-88
/
+113
*
Convert openssl(1)'s rsa.c to the new option handling code.
doug
2015-01-24
1
-184
/
+251
*
Document the openssl s_client -proxy feature.
bluhm
2015-01-13
1
-2
/
+14
*
Add the possibility to use the openssl s_client tool with an http
bluhm
2015-01-13
1
-4
/
+24
*
Implement more thorough error checks:
lteo
2015-01-13
1
-12
/
+38
*
Convert spkac.c to the new option handling code.
doug
2015-01-08
1
-100
/
+137
*
Convert pkcs8.c to the new option handling code.
doug
2015-01-08
1
-157
/
+220
*
Convert asn1pars.c to the new option handling.
doug
2015-01-08
1
-137
/
+206
*
Convert openssl(1) passwd to new option handling.
jsing
2015-01-05
1
-119
/
+151
*
Zap a reference to .rnd, which is likely the last RANDFILE remnant on
lteo
2015-01-05
1
-3
/
+2
*
Check the return values of several reallocarray() calls. While here,
lteo
2015-01-03
3
-3
/
+17
*
Remove ifdef statements for TIMES and USE_TOD; they don't do anything,
lteo
2015-01-02
1
-5
/
+1
*
Provide option types for binary AND, binary OR and silently discarding an
jsing
2015-01-01
2
-2
/
+13
*
Convert the openssl(1) enc command to the new option parsing and usage.
jsing
2015-01-01
1
-250
/
+382
*
Fix subtle typo.
jsing
2014-12-28
1
-2
/
+2
*
Allow a default option to be specified by having a NULL name, but a valid
jsing
2014-12-28
1
-4
/
+4
*
Provide an option type that allows for a callback function to consume an
jsing
2014-12-28
2
-3
/
+12
*
Teach option parsing that a single hyphen denotes the end of named options
jsing
2014-12-28
1
-2
/
+14
*
Provide a mechanism for option parsing to return the number of arguments
jsing
2014-12-28
7
-14
/
+22
*
Only accept a single unnamed argument - the existing behaviour is to
jsing
2014-12-28
1
-1
/
+12
*
Slightly simplify options parsing logic.
jsing
2014-12-28
1
-65
/
+58
*
Provide two different function pointers for option function callbacks. This
jsing
2014-12-28
4
-13
/
+14
*
Clean up CIPHERS and related sections:
lteo
2014-12-24
1
-154
/
+10
*
CA.sh and CA.pl are gone
lteo
2014-12-19
1
-6
/
+1
*
Sync message digest algorithms with the ones actually implemented in
lteo
2014-12-19
1
-9
/
+29
*
Remove redundant NULL checks before free - BN_free(), BIO_free_all() and
jsing
2014-12-14
1
-17
/
+12
*
unifdef OPENSSL_NO_NEXTPROTONEG
jsing
2014-12-14
4
-41
/
+4
*
Add ALPN support to openssl(1).
jsing
2014-12-10
2
-11
/
+95
*
Remove unused variable.
jsing
2014-12-07
1
-5
/
+1
*
Handle GF(2^m) EC curves for C code generation.
jsing
2014-12-07
1
-5
/
+7
*
Move Windows OS-specific functions to make porting easier.
bcook
2014-12-03
4
-31
/
+165
*
convert select() to poll(). This is one of the most complicated
deraadt
2014-12-02
2
-40
/
+63
*
Conversion of braindead select() path to braindead poll() path.
deraadt
2014-12-02
1
-17
/
+17
*
Mention the -no_tls1_[12] options
guenther
2014-11-23
1
-6
/
+10
*
Nuke more obvious #include duplications.
krw
2014-11-18
1
-2
/
+1
*
More OPENSSL_NO_TLSEXT clean up.
jsing
2014-11-07
3
-11
/
+11
*
Document the -servername option for openssl(1) s_client.
jsing
2014-11-07
1
-2
/
+7
*
TLS is pretty boring without TLS extensions... unifdef OPENSSL_NO_TLSEXT,
jsing
2014-11-06
2
-76
/
+2
*
ssl_sock_init() does nothing, so remove it...
jsing
2014-11-06
1
-17
/
+1
*
simple select() to poll() conversion; reviewed by millert and doug
deraadt
2014-11-04
1
-9
/
+9
[prev]
[next]