Age | Commit message (Expand) | Author |
2018-12-21 | If init_atoms() fails, it should return __LINE__ | Doug Hogan |
2018-12-21 | Make engine ctx init internal to engine.c per PR feedback | Doug Hogan |
2018-12-21 | Make cipher ctx init internal to cipher.c per PR feedback | Doug Hogan |
2018-12-21 | Make hash ctx init internal to hash.c per PR feedback | Doug Hogan |
2018-12-21 | Make HMAC ctx init internal to hmac.c per PR feedback | Doug Hogan |
2018-12-21 | Avoid unused warning with old OpenSSL versions per PR feedback | Doug Hogan |
2018-12-20 | Add Ericsson AB copyright header to all new files | Doug Hogan |
2018-12-20 | Remove chacha20.h dependency in aead.c | Doug Hogan |
2018-12-20 | Move algorithms to a new file | Doug Hogan |
2018-12-20 | Move most FIPS functionality to a new file | Doug Hogan |
2018-12-20 | Move public/private key functionality to a new file | Doug Hogan |
2018-12-20 | Move EVP functionality to a new file | Doug Hogan |
2018-12-20 | Move ECDH functionality to a new file | Doug Hogan |
2018-12-20 | Move EC functionality to a new file | Doug Hogan |
2018-12-20 | Move xor functionality to a new file | Doug Hogan |
2018-12-20 | Move block crypt functionality to a new file | Doug Hogan |
2018-12-20 | Move AEAD functionality to a new file | Doug Hogan |
2018-12-20 | Move info functionality to a new file | Doug Hogan |
2018-12-20 | Move AES functionality to a new file | Doug Hogan |
2018-12-20 | Move DSS functionality to a new file | Doug Hogan |
2018-12-20 | Move poly1305 functionality to a new file | Doug Hogan |
2018-12-20 | Move chacha20 functionality to a new file | Doug Hogan |
2018-12-20 | Move random functionality to a new file | Doug Hogan |
2018-12-20 | Move SRP functionality to a new file | Doug Hogan |
2018-12-20 | Move EDDSA functionality to a new file | Doug Hogan |
2018-12-20 | Move DH functionality to a new file | Doug Hogan |
2018-12-20 | Move RC4 functionality to a new file | Doug Hogan |
2018-12-20 | Move CMAC functionality to a new file | Doug Hogan |
2018-12-20 | Move hash utility functions to a new file | Doug Hogan |
2018-12-20 | Move cipher utility functions to a new file | Doug Hogan |
2018-12-20 | Move HMAC to new files | Doug Hogan |
2018-12-20 | Move digest types to a new file | Doug Hogan |
2018-12-20 | Move BN and RSA utility functions to new files | Doug Hogan |
2018-12-20 | Move most engine code to a separate file | Doug Hogan |
2018-12-20 | Move all atoms to a new file and add common header | Doug Hogan |
2018-12-20 | Move OpenSSL includes and config to separate file | Doug Hogan |
2018-12-20 | Move EVP compat functions to a separate file | Doug Hogan |
2018-12-20 | Merge branch 'maint' | Lukas Larsson |
2018-12-20 | Update preloaded modules | Lukas Larsson |
2018-12-20 | Merge branch 'lukas/erts/fix-seq_trace-reset_trace/OTP-15490' into maint | Lukas Larsson |
2018-12-20 | Merge branch 'maint' | Ingela Anderton Andin |
2018-12-20 | Merge branch 'ingela/ssl/renegotiate-with-new-tls-sender/ERL-803/OTP-15489' i... | Ingela Anderton Andin |
2018-12-19 | Merge branch 'maint' | Sverker Eriksson |
2018-12-19 | Merge tag 'OTP-20.2.0.1' into maint | Sverker Eriksson |
2018-12-19 | Updated OTP versionOTP-20.2.0.1 | Sverker Eriksson |
2018-12-19 | Prepare release | Sverker Eriksson |
2018-12-19 | Merge branch 'maint' | Sverker Eriksson |
2018-12-19 | Merge branch 'sverker/erl_child_setup/ERIERL-231/OTP-15488' into maint | Sverker Eriksson |
2018-12-19 | ssl: Fix renegotiation with new TLS sender | Ingela Anderton Andin |
2018-12-19 | ssl: Add renegotiate test case | Ingela Anderton Andin |