aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2019-01-02crypto: Fix 'make clean'Hans Nilsson
2019-01-02Merge pull request #2068 from hogand/crypto/split-c-filesHans Nilsson
2018-12-28Merge branch 'maint'Hans Nilsson
2018-12-28Merge branch 'maint-21' into maintHans Nilsson
2018-12-27Prepare releaseErlang/OTP
2018-12-27Merge branch 'hans/ssh/port_leak/OTP-15397' into maint-21Erlang/OTP
2018-12-21If init_atoms() fails, it should return __LINE__Doug Hogan
2018-12-21Make engine ctx init internal to engine.c per PR feedbackDoug Hogan
2018-12-21Make cipher ctx init internal to cipher.c per PR feedbackDoug Hogan
2018-12-21Make hash ctx init internal to hash.c per PR feedbackDoug Hogan
2018-12-21Make HMAC ctx init internal to hmac.c per PR feedbackDoug Hogan
2018-12-21ssh: Fix port leakage for daemons failing at startHans Nilsson
2018-12-21ssh: Add port close testHans Nilsson
2018-12-21Avoid unused warning with old OpenSSL versions per PR feedbackDoug Hogan
2018-12-21Merge branch 'maint'Ingela Anderton Andin
2018-12-21Merge branch 'maint-21' into maintIngela Anderton Andin
2018-12-20Add Ericsson AB copyright header to all new filesDoug Hogan
2018-12-20Remove chacha20.h dependency in aead.cDoug Hogan
2018-12-20Merge branch 'maint'Ingela Anderton Andin
2018-12-20Prepare releaseErlang/OTP
2018-12-20Merge pull request #2064 from kjnilsson/observer/expand_term_fixSiri Hansen
2018-12-20ssl: Fix renegotiation with new TLS senderIngela Anderton Andin
2018-12-20ssl: Add renegotiate test caseIngela Anderton Andin
2018-12-20ssl: Remove no longer needed functionsIngela Anderton Andin
2018-12-20ssl: Fix downgradeIngela Anderton Andin
2018-12-20ssl: Remove checks and conversions not neededIngela Anderton Andin
2018-12-20ssl: Use binary:copy/2 to avoid list overheadIngela Anderton Andin
2018-12-20ssl: Remove unnecessary internal eventIngela Anderton Andin
2018-12-20ssl: Clean codeIngela Anderton Andin
2018-12-20ssl: Add static_env recordIngela Anderton Andin
2018-12-20Move algorithms to a new fileDoug Hogan
2018-12-20Move most FIPS functionality to a new fileDoug Hogan
2018-12-20Move public/private key functionality to a new fileDoug Hogan
2018-12-20Move EVP functionality to a new fileDoug Hogan
2018-12-20Move ECDH functionality to a new fileDoug Hogan
2018-12-20Move EC functionality to a new fileDoug Hogan
2018-12-20Move xor functionality to a new fileDoug Hogan
2018-12-20Move block crypt functionality to a new fileDoug Hogan
2018-12-20Move AEAD functionality to a new fileDoug Hogan
2018-12-20Move info functionality to a new fileDoug Hogan
2018-12-20Move AES functionality to a new fileDoug Hogan
2018-12-20Move DSS functionality to a new fileDoug Hogan
2018-12-20Move poly1305 functionality to a new fileDoug Hogan
2018-12-20Move chacha20 functionality to a new fileDoug Hogan
2018-12-20Move random functionality to a new fileDoug Hogan
2018-12-20Move SRP functionality to a new fileDoug Hogan
2018-12-20Move EDDSA functionality to a new fileDoug Hogan
2018-12-20Move DH functionality to a new fileDoug Hogan
2018-12-20Move RC4 functionality to a new fileDoug Hogan
2018-12-20Move CMAC functionality to a new fileDoug Hogan