new entries

This commit is contained in:
Trilarion
2017-12-06 15:19:23 +01:00
parent c8bca08082
commit ce6dc6b2c0
9 changed files with 117 additions and 1 deletions

14
library/openssl.md Normal file
View File

@@ -0,0 +1,14 @@
# OpenSSL
_Toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols._
- Home: https://www.openssl.org/
- Wikipedia: https://en.wikipedia.org/wiki/OpenSSL
- Download: https://www.openssl.org/source/
- State: mature
- Code: https://www.openssl.org/source/gitrepo.html https://github.com/openssl/openssl (mirror)
- Language(s): C
- License: [Dual licensed under special licenses](https://github.com/openssl/openssl/blob/master/LICENSE)
## Building