Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-20 | Updated OTP versionOTP-21.2.1 | Erlang/OTP | |
2018-12-20 | Prepare release | Erlang/OTP | |
2018-12-20 | Merge branch 'ingela/ssl/patch-maint-21/ERL-308/OTP-15489' into maint-21 | Erlang/OTP | |
* ingela/ssl/patch-maint-21/ERL-308/OTP-15489: ssl: Fix renegotiation with new TLS sender ssl: Add renegotiate test case ssl: Remove no longer needed functions ssl: Fix downgrade ssl: Remove checks and conversions not needed ssl: Use binary:copy/2 to avoid list overhead ssl: Remove unnecessary internal event ssl: Clean code ssl: Add static_env record | |||
2018-12-20 | Merge branch 'sverker/big-band-bug/ERL-804/OTP-15487' into maint-21 | Erlang/OTP | |
* sverker/big-band-bug/ERL-804/OTP-15487: erts: Fix bug in 'band' of two negative numbers, one big | |||
2018-12-20 | Merge branch 'sverker/fix-atomics-get-large-unsigned/PR-2061/OTP-15486' into ↵ | Erlang/OTP | |
maint-21 * sverker/fix-atomics-get-large-unsigned/PR-2061/OTP-15486: erts: Fix possible heap corruption getting atomics | |||
2018-12-20 | Merge branch 'sverker/erts/prim_file-perm-own-bigendian/OTP-15485' into maint-21 | Erlang/OTP | |
* sverker/erts/prim_file-perm-own-bigendian/OTP-15485: erts: Fix warning and potential big-endian-bug in prim_file | |||
2018-12-20 | Merge pull request #2064 from kjnilsson/observer/expand_term_fix | Siri Hansen | |
Observer: fix crash bug when expanding term OTP-15493 | |||
2018-12-20 | Merge branch 'ingela/ssl/patch-maint-21/ERL-308/OTP-15489' into maint | Ingela Anderton Andin | |
2018-12-20 | ssl: Fix renegotiation with new TLS sender | Ingela Anderton Andin | |
Wtite connection state was not synchronized when peer initiated renegotiation | |||
2018-12-20 | ssl: Add renegotiate test case | Ingela Anderton Andin | |
2018-12-20 | ssl: Remove no longer needed functions | Ingela Anderton Andin | |
As the stop wrapper functions are no longer needed after tls_sender that altered the behaviour of the TLS distribution code. | |||
2018-12-20 | ssl: Fix downgrade | Ingela Anderton Andin | |
Both test case and code needed updates to work as intended. Code needed update due to new tls_sender process and the test case gave false positive reusult erarlier probably due to beeing to sloopy in order to avoid timeouts. | |||
2018-12-20 | ssl: Remove checks and conversions not needed | Ingela Anderton Andin | |
2018-12-20 | ssl: Use binary:copy/2 to avoid list overhead | Ingela Anderton Andin | |
2018-12-20 | ssl: Remove unnecessary internal event | Ingela Anderton Andin | |
2018-12-20 | ssl: Clean code | Ingela Anderton Andin | |
Rename Connection:handle_common_event Connection:handle_protocol_record removing use of unnecessary argument and making code easier to understand. | |||
2018-12-20 | ssl: Add static_env record | Ingela Anderton Andin | |
State values created at init | |||
2018-12-20 | Move algorithms to a new file | Doug Hogan | |
crypto.c is now only responsible for declaring NIFs and setup/tear down. | |||
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 | |
Also, move a FIPS check macro to the common openssl_config.h. | |||
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 | |
Also move some of the common functionality that's used in the NIF implementations. | |||
2018-12-20 | Move EVP compat functions to a separate file | Doug Hogan | |
2018-12-20 | Merge branch 'ingela/ssl/master/hs-correction' | Ingela Anderton Andin | |
* ingela/ssl/master/hs-correction: ssl: Correct number of arguments in master | |||
2018-12-20 | ssl: Correct number of arguments in master | Ingela Anderton Andin | |
2018-12-20 | Merge branch 'maint' | Lukas Larsson | |
Conflicts: erts/preloaded/ebin/atomics.beam erts/preloaded/ebin/counters.beam erts/preloaded/ebin/erl_prim_loader.beam erts/preloaded/ebin/erl_tracer.beam erts/preloaded/ebin/erlang.beam erts/preloaded/ebin/erts_code_purger.beam erts/preloaded/ebin/erts_dirty_process_signal_handler.beam erts/preloaded/ebin/erts_internal.beam erts/preloaded/ebin/erts_literal_area_collector.beam erts/preloaded/ebin/init.beam erts/preloaded/ebin/otp_ring0.beam erts/preloaded/ebin/persistent_term.beam erts/preloaded/ebin/prim_buffer.beam erts/preloaded/ebin/prim_eval.beam erts/preloaded/ebin/prim_file.beam erts/preloaded/ebin/prim_inet.beam erts/preloaded/ebin/prim_zip.beam erts/preloaded/ebin/zlib.beam | |||
2018-12-20 | Update preloaded modules | Lukas Larsson | |