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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
remove setkey and encrypt interfaces. they are useless and dangerous.
tedu
2014-12-08
3
-116
/
+9
*
Use platform-defined method of printing a pointer.
bcook
2014-12-08
2
-4
/
+4
*
avoid left shift overflow in reallocarray.
bcook
2014-12-08
1
-2
/
+2
*
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
4
-24
/
+34
*
Make GOST compile with a strict C compiler - in this case incrementing a
jsing
2014-12-07
6
-20
/
+24
*
Correctly output the result in STREEBOG512_Final() when running on a big-endian
miod
2014-12-07
2
-10
/
+56
*
Fix a memory leak in tls_check_subject_altname() by calling
jsing
2014-12-07
1
-2
/
+2
*
Make sure to load absolute symbol address with `dla' instead of `la' when
miod
2014-12-07
4
-10
/
+34
*
revert previous change for now, adjusting based on comments from jsing@
bcook
2014-12-07
4
-36
/
+27
*
Revert to the use of C code for the basic BN routines (bn_add_words,
miod
2014-12-07
2
-4
/
+14
*
Remove OPENSSL_FIPSCANISTER mentions.
miod
2014-12-07
8
-34
/
+2
*
Remove unused variable.
jsing
2014-12-07
1
-5
/
+1
*
Allow specific libtls hostname validation errors to propagate.
bcook
2014-12-07
4
-27
/
+36
*
Handle GF(2^m) EC curves for C code generation.
jsing
2014-12-07
1
-5
/
+7
*
Remove get_optional_pkey_id() - it is a hack that existed due to GOST
jsing
2014-12-07
2
-92
/
+16
*
fix manual names that clash with other manuals
schwarze
2014-12-06
4
-4
/
+4
*
delete four MLINKS that are both duplicate and wrong
schwarze
2014-12-06
1
-5
/
+1
*
Avoid modifying input on failure in X509_(TRUST|PURPOSE)_add.
doug
2014-12-06
4
-34
/
+42
*
malloc(3) is in the "comp" install set, malloc.conf(5) in "man",
schwarze
2014-12-06
2
-128
/
+10
*
Remove now bogus comment that got missed in the GOST commit.
jsing
2014-12-06
2
-10
/
+4
*
Fix some horrible style(9) violations...
jsing
2014-12-06
2
-126
/
+126
*
Remove client handling of RSA in ServerKeyExchange messages, along with
jsing
2014-12-06
8
-198
/
+52
*
Use appropriate internal types for EC curves and formats, rather than
jsing
2014-12-06
6
-222
/
+248
*
Ensure that the client specified EC curve list length is a multiple of two.
jsing
2014-12-06
2
-4
/
+6
*
Fix two cases where it is possible to read one or two bytes past the end of
jsing
2014-12-06
2
-6
/
+30
*
The -ssl2 flag does nothing - remove the flag and any tests that were
jsing
2014-12-06
2
-34
/
+4
*
add missing .Fn macros in the SYNOPSIS; found with mandoc.db(5)
schwarze
2014-12-04
2
-10
/
+10
*
Allow overriding the path to the testssl and openssl binaries.
bcook
2014-12-03
1
-9
/
+9
*
Move Windows OS-specific functions to make porting easier.
bcook
2014-12-03
4
-31
/
+165
*
Move Windows OS-specific functions to make porting easier.
bcook
2014-12-03
5
-53
/
+183
*
We're not supporting 16-bit Windows, remove cast.
bcook
2014-12-03
2
-6
/
+4
*
handle the (impossible) situation of a size_t - 1 buffer from
deraadt
2014-12-03
2
-4
/
+4
*
Spotted another opportunity to use reallocarray().
deraadt
2014-12-03
2
-4
/
+4
*
Fill the buffer with 'z' instead of 'a' since 'a' is part of the
millert
2014-12-03
2
-38
/
+150
*
Add brainpool curves to eccurves_default[], accidentally missing from 1.32;
miod
2014-12-02
2
-4
/
+10
*
Add simple strlcpy regress
millert
2014-12-02
3
-3
/
+123
*
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
*
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
*
add some openbsd tags, and a first pass at cleanup;
jmc
2014-12-02
166
-210
/
+708
*
macro cleanup; kaspars at bankovskis dot net
schwarze
2014-12-02
2
-49
/
+55
*
Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99.
schwarze
2014-11-30
11
-33
/
+33
*
obvious STANDARDS update
schwarze
2014-11-30
2
-14
/
+10
*
restructure libc/string + libc/arch/*/string coperation regarding
deraadt
2014-11-30
8
-155
/
+309
*
Remove non-portable use of .Pf that doesn't work with groff;
schwarze
2014-11-30
2
-16
/
+8
*
Ensure that sess_cert is not NULL at the start of
jsing
2014-11-27
2
-50
/
+18
*
Avoid a double-free in an error path.
jsing
2014-11-27
2
-4
/
+2
*
Avoid a NULL dereference in the DTLS client that can be triggered by a
jsing
2014-11-27
2
-2
/
+18
[prev]
[next]