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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-12-28
Allow a default option to be specified by having a NULL name, but a valid
jsing
1
-4
/
+4
2014-12-28
Add regress tests for multiple argument callback functions.
jsing
1
-1
/
+38
2014-12-28
Provide an option type that allows for a callback function to consume an
jsing
2
-3
/
+12
2014-12-28
Add option parsing regress tests with end of options handling.
jsing
1
-17
/
+50
2014-12-28
Teach option parsing that a single hyphen denotes the end of named options
jsing
1
-2
/
+14
2014-12-28
Add regress tests for option parsing with multiple unnamed arguments.
jsing
1
-3
/
+45
2014-12-28
Provide a mechanism for option parsing to return the number of arguments
jsing
7
-14
/
+22
2014-12-28
Update regress to match change in unnamed argument handling.
jsing
1
-6
/
+5
2014-12-28
Only accept a single unnamed argument - the existing behaviour is to
jsing
1
-1
/
+12
2014-12-28
Slightly simplify options parsing logic.
jsing
1
-65
/
+58
2014-12-28
Update options regress to match option function pointer change.
jsing
1
-4
/
+4
2014-12-28
Provide two different function pointers for option function callbacks. This
jsing
4
-13
/
+14
2014-12-28
Provide initial regress tests for the complex option parsing that is needed
jsing
3
-1
/
+239
2014-12-27
include netinet/in.h to define struct in6_addr.
bcook
1
-1
/
+2
2014-12-24
simplify crypt_checkpass. The API promise is that this function doesn't
tedu
1
-11
/
+5
2014-12-24
Clean up CIPHERS and related sections:
lteo
1
-154
/
+10
2014-12-19
CA.sh and CA.pl are gone
lteo
1
-6
/
+1
2014-12-19
Sync message digest algorithms with the ones actually implemented in
lteo
1
-9
/
+29
2014-12-17
Add size_t to int checks for SSL functions.
doug
3
-8
/
+39
2014-12-16
typo; ok deraadt
sthen
2
-3
/
+3
2014-12-16
warn for correct symbol
deraadt
1
-2
/
+2
2014-12-16
Now that we have Camellia support in libcrypto, bring in the SHA256 flavour of
miod
4
-4
/
+328
2014-12-15
Move 40MB of .rodata and 40MB of stack to .bss; allows this test to run on
miod
1
-3
/
+7
2014-12-15
Add error handling for EVP_DigestInit_ex().
doug
15
-56
/
+98
2014-12-14
unconditionally align SSL payloads
bcook
6
-78
/
+36
2014-12-14
Convert all of the straight forward client handshake handling code to use
jsing
6
-212
/
+134
2014-12-14
Provide functions for starting, finishing and writing SSL handshake
jsing
6
-8
/
+120
2014-12-14
Remove trailing whitespace.
jsing
59
-559
/
+559
2014-12-14
unifdef OPENSSL_NO_NEXTPROTONEG
jsing
1
-12
/
+0
2014-12-14
Remove redundant NULL checks before free - BN_free(), BIO_free_all() and
jsing
1
-17
/
+12
2014-12-14
unifdef OPENSSL_NO_NEXTPROTONEG
jsing
4
-41
/
+4
2014-12-14
unifdef OPENSSL_NO_NEXTPROTONEG, which is one of the last standing #ifndef
jsing
12
-130
/
+12
2014-12-14
unifdef NETSCAPE_HANG_BUG from the DTLS code. The code is not currently
jsing
2
-46
/
+2
2014-12-12
catch up with swab.c rev. 1.9:
schwarze
1
-5
/
+23
2014-12-12
Increase cipher suite test coverage by including all cipher suites that
jsing
1
-5
/
+5
2014-12-11
update swab() to match the current posix definition. "rationale: none."
tedu
1
-50
/
+24
2014-12-10
ssl3_init_finished_mac() calls BIO_new() which can fail since it in turn
jsing
17
-42
/
+115
2014-12-10
Remove support for GOST R 34.10-94 signature authentication, along with
jsing
18
-154
/
+30
2014-12-10
Add ALPN support to openssl(1).
jsing
2
-11
/
+95
2014-12-10
Add regress for ALPN.
jsing
2
-1
/
+180
2014-12-10
libssl major++
jsing
2
-2
/
+2
2014-12-10
Add support for ALPN.
jsing
10
-16
/
+594
2014-12-10
add stdint.h to ssl.h.
bcook
2
-2
/
+6
2014-12-10
fix previous.
daniel
1
-2
/
+4
2014-12-09
Xr and Ox fixes;
jmc
3
-12
/
+18
2014-12-09
random seed buffer must be unsigned
deraadt
1
-2
/
+2
2014-12-09
no more string(3);
jmc
1
-3
/
+2
2014-12-09
fix NAME;
jmc
1
-3
/
+3
2014-12-09
improve warnings from rand_r(), rand(), and random()
libressl-v2.1.2
deraadt
2
-3
/
+8
2014-12-09
In ingo's new world order, we do not want multiple manual pages describing
deraadt
3
-247
/
+3
[next]