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
2019-06-10
Add pkcs12 options and smime tests for appstest.sh
inoguchi
1
-8
/
+40
2019-06-10
add links back to crypto(3) to function group entry pages
schwarze
22
-45
/
+70
2019-06-08
remove pointless NOTES section header lines
schwarze
9
-27
/
+27
2019-06-08
Delete the display of the RSA_METHOD object
schwarze
1
-70
/
+1
2019-06-08
In rsa.h rev. 1.40, gilles@ provided several new RSA_METHOD accessors.
schwarze
5
-46
/
+499
2019-06-08
document the RSA_FLAG_* constants for RSA_*_flags(3);
schwarze
1
-3
/
+76
2019-06-07
Remove the last references to the RAND_*(3) functions.
schwarze
12
-47
/
+34
2019-06-07
link to EVP_EncodeInit(3), which was the only missing child page
schwarze
1
-1
/
+6
2019-06-07
link back to evp(3), just like for the other group entry pages
schwarze
1
-2
/
+3
2019-06-07
Remove pointless direct backlinks from the leaf pages HMAC(3) and
schwarze
2
-6
/
+4
2019-06-07
remove cross-references to the obsolete function OpenSSL_add_all_algorithms(3)
schwarze
3
-21
/
+7
2019-06-07
tidy up the formatting of gendsa synopsis a little;
jmc
1
-5
/
+3
2019-06-07
Convert openssl(1) gendsa to the newer style of option handling
inoguchi
2
-84
/
+178
2019-06-06
minor errors in previous commit pointed out by jmc@
schwarze
4
-8
/
+8
2019-06-06
Tree structure for manual pages: crypto(3) links to 33 function
schwarze
117
-281
/
+539
2019-06-05
provide getters and setters for the RSA_METHOD interface
gilles
6
-5
/
+246
2019-06-05
Fix bogus cross reference: EVP_SignDigest* -> EVP_DigestSign*
tb
1
-3
/
+3
2019-06-04
OPENSSL_realloc(3) is no longer used, we now use reallocarray(3)
schwarze
1
-3
/
+3
2019-06-04
Readability tweak in a comment.
tb
1
-2
/
+2
2019-06-04
Remove the blinding later to avoid leaking information on the length
tb
1
-3
/
+3
2019-06-04
Readability tweaks for comments that explain the blinding.
tb
1
-5
/
+5
2019-06-04
Remove the blinding later to avoid leaking information on the length
tb
1
-3
/
+3
2019-06-04
.In openssl/x509_vfy.h
schwarze
1
-3
/
+4
2019-06-04
Add several missing .In lines
schwarze
1
-3
/
+13
2019-06-04
Move to env var, likelky the possibility to set malloc options from
otto
2
-19
/
+8
2019-06-03
add missing .In lines
schwarze
2
-4
/
+6
2019-06-03
add missing .In line
schwarze
1
-2
/
+3
2019-06-02
Complete the ld.so boot cleanup: move most libc initialization from
guenther
2
-8
/
+5
2019-05-30
__realpath(2) appears to have improved, so re-enable the code that
deraadt
1
-3
/
+136
2019-05-29
Relax parsing of TLS key share extensions on the server.
jsing
1
-5
/
+2
2019-05-29
Do not send an SNI extension when resuming a session that contains a server
jsing
1
-1
/
+4
2019-05-29
There are some bugs in __realpath(2) -- it isn't quite ready so disable
deraadt
1
-136
/
+3
2019-05-28
Fix typo and label indent.
jsing
1
-3
/
+3
2019-05-28
Tidy up some names/structures following the renaming of TLS extension
jsing
1
-35
/
+35
2019-05-28
Enable the use of the kernel __realpath() system call in the libc wrapper.
beck
1
-3
/
+136
2019-05-23
Throw malloc_conceal and freezero into the mix.
otto
1
-3
/
+8
2019-05-23
Only override size of chunk if we're not given the actual length.
otto
1
-2
/
+3
2019-05-23
bump to LibreSSL 3.0.0
bcook
1
-3
/
+3
2019-05-23
add stdlib.h for reallocarray
bcook
1
-1
/
+2
2019-05-20
*an* RSA;
jmc
3
-9
/
+9
2019-05-19
clarify that later flags modify earlier flags;
schwarze
1
-2
/
+4
2019-05-16
More consistently put remarks about the less useful LC_* categoties,
schwarze
2
-14
/
+26
2019-05-15
delete two stray blank lines
schwarze
1
-4
/
+2
2019-05-15
check result of ftruncate() as we do write() below
bcook
1
-2
/
+4
2019-05-15
s3 is never NULL since s2 (formerly used for SSLv2) does not exist, so there is
bcook
3
-29
/
+20
2019-05-14
Correct missing test to determine if length is in bytes or in bits.
beck
1
-1
/
+3
2019-05-14
Use propper regress target to integrate better into test framework.
bluhm
1
-2
/
+4
2019-05-13
Remove unused pad check, which is handled by tls1_cbc_remove_padding() now.
bcook
1
-4
/
+2
2019-05-13
Acquire mutex before incrementing the refcount. Fixes COV-186144
bcook
1
-1
/
+3
2019-05-13
Move 'how this works' details from namespace.h to DETAILS
guenther
2
-112
/
+136
[next]