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
/
regress
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
SIZE_MAX is standard, we should be using it in preference to the
millert
2015-02-06
1
-5
/
+3
*
KNF bytestring files.
doug
2015-02-06
1
-582
/
+596
*
Import BoringSSL's crypto bytestring and crypto bytebuilder APIs.
doug
2015-02-06
3
-1
/
+671
*
Add libssl ciphers regress, which currently only covers
jsing
2015-02-06
3
-1
/
+130
*
Make it obvious which openssl test complained and whether it was expected.
doug
2015-01-22
1
-2
/
+5
*
Missing $OpenBSD$'s.
krw
2015-01-20
5
-0
/
+5
*
Add regress tests for default option handling.
jsing
2014-12-28
1
-1
/
+48
*
Add regress tests for multiple argument callback functions.
jsing
2014-12-28
1
-1
/
+38
*
Add option parsing regress tests with end of options handling.
jsing
2014-12-28
1
-17
/
+50
*
Add regress tests for option parsing with multiple unnamed arguments.
jsing
2014-12-28
1
-3
/
+45
*
Update regress to match change in unnamed argument handling.
jsing
2014-12-28
1
-6
/
+5
*
Update options regress to match option function pointer change.
jsing
2014-12-28
1
-4
/
+4
*
Provide initial regress tests for the complex option parsing that is needed
jsing
2014-12-28
3
-1
/
+239
*
Move 40MB of .rodata and 40MB of stack to .bss; allows this test to run on
miod
2014-12-15
1
-3
/
+7
*
unifdef OPENSSL_NO_NEXTPROTONEG
jsing
2014-12-14
1
-12
/
+0
*
Increase cipher suite test coverage by including all cipher suites that
jsing
2014-12-12
1
-5
/
+5
*
Add regress for ALPN.
jsing
2014-12-10
2
-1
/
+180
*
fix previous.
daniel
2014-12-10
1
-2
/
+4
*
t_exhaust is too exhausting
deraadt
2014-12-09
1
-3
/
+3
*
remove duplicate initialization of .sid_ctx in test
bcook
2014-12-07
1
-3
/
+1
*
Allow specific libtls hostname validation errors to propagate.
bcook
2014-12-07
1
-3
/
+7
*
The -ssl2 flag does nothing - remove the flag and any tests that were
jsing
2014-12-06
2
-34
/
+4
*
Allow overriding the path to the testssl and openssl binaries.
bcook
2014-12-03
1
-9
/
+9
*
Fill the buffer with 'z' instead of 'a' since 'a' is part of the
millert
2014-12-03
2
-38
/
+150
*
Add simple strlcpy regress
millert
2014-12-02
3
-3
/
+123
*
Add simple strlcat regress
millert
2014-12-02
3
-2
/
+124
*
Add strnlen to SUBDIRS so we actually run its tests.
millert
2014-12-02
1
-2
/
+2
*
prefer memcmp to bcmp.
bcook
2014-11-26
1
-2
/
+2
*
GOST regression tests; from Dmitry Eremin-Solenikov
miod
2014-11-18
3
-1
/
+18
*
GOST tests, not connected to the build yet.
miod
2014-11-09
2
-0
/
+1464
*
Initial regress for libtls hostname verification.
jsing
2014-11-01
3
-2
/
+247
*
Update regress for the libressl to libtls rename.
jsing
2014-10-31
4
-0
/
+288
*
#undef LIBRESSL_INTERNAL for the RAND_pseudo_bytes() test.
jsing
2014-10-22
1
-0
/
+2
*
Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes() (most
jsing
2014-10-22
4
-21
/
+15
*
None of these need <openssl/rand.h>
jsing
2014-10-22
5
-5
/
+0
*
Remove _XOPEN_SOURCE_EXTENDED since we're not too concerned about
jsing
2014-10-13
1
-9
/
+2
*
BIO_free() and SSL_CTX_free() have explicit NULL checks, so there is no
jsing
2014-10-13
1
-29
/
+16
*
Add NPN regress tests from OpenSSL. However, unlike OpenSSL, actually exit
jsing
2014-10-13
2
-3
/
+146
*
Fix mmap() calls that check for a result other than MAP_FAILED.
doug
2014-09-27
1
-1
/
+1
*
Add support for word anchors \< and \> to regex regression tests.
doug
2014-09-21
1
-1
/
+13
*
Fix on 32bit platforms where 0xdeadbeef > LONG_MAX.
schwarze
2014-09-19
1
-4
/
+6
*
Update regress to follow openssl(1) move.
jsing
2014-08-26
9
-2
/
+244
*
replace sprintf/strdup with asprintf in engine test
bcook
2014-08-16
1
-8
/
+5
*
use C rather than C++ array initialization syntax
bcook
2014-08-16
1
-37
/
+37
*
AF_IMPLINK and AF_BLUETOOTH are gone, but add printing of SOCK_SEQPACKET
guenther
2014-08-10
1
-6
/
+5
*
remove non-portable __progname extern from arc4random unit test.
bcook
2014-07-28
1
-2
/
+1
*
Switch from <sys/endian.h> or <machine/endian.h> to the new,
guenther
2014-07-21
1
-2
/
+2
*
Fix ordering breakage, moving the fclose() test last again.
guenther
2014-07-20
1
-6
/
+22
*
Make sure the correct errno is reported by warn* or err* and not
guenther
2014-07-20
6
-5
/
+11
*
Delete unused variables found by -Wall
guenther
2014-07-20
5
-5
/
+2
[next]