Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-09 | Merge branch 'maint' | Ingela Anderton Andin | |
2019-01-08 | inets: Modernize doc | Ingela Anderton Andin | |
2019-01-08 | Update tools.app.src | Matt O'Gorman | |
add missing tags too | |||
2019-01-08 | Merge branch 'maint' | Péter Dimitrov | |
* maint: ssl: Fix encoding/decoding of the SRP extension Change-Id: I3b5887cf01b1a538c65d0c66da4d4ccf7793478d | |||
2019-01-08 | ssl: Cuddle test cases | Ingela Anderton Andin | |
Cipher test case also needed updating to handle streams correctly We should not rizzo test chacha20_poly1305 Conflicts: lib/ssl/test/ssl_basic_SUITE.erl | |||
2019-01-08 | ssl: Fix test case | Ingela Anderton Andin | |
packet raw is a stream, test code manged it packet oriented in the function active_raw. | |||
2019-01-08 | Merge branch 'peterdmv/ssl/fix-srp-encode-decode/ERL-790/OTP-15477' into maint | Péter Dimitrov | |
* peterdmv/ssl/fix-srp-encode-decode/ERL-790/OTP-15477: ssl: Fix encoding/decoding of the SRP extension Change-Id: Iee3276a60041a2c04c89385b2de2edb1cd81babd | |||
2019-01-08 | ssl: Fix two invalid gen_statem returns | Loïc Hoguin | |
2019-01-08 | Merge branch 'maint' | Ingela Anderton Andin | |
2019-01-08 | Merge pull request #2070 from essen/fix-ssl-shutdown-crash | Ingela Andin | |
ssl: Fix two invalid gen_statem returns OTP-15505 | |||
2019-01-08 | ssl: Fix encoding/decoding of the SRP extension | Péter Dimitrov | |
The encoded value of the SRP extension length was bigger than the actual length of the extension. This could cause interoperability problems with third party SSL implementations. This commit corrects the encoding and decoding of the SRP extension length. Change-Id: I78d118faab7f5d02b755a7d1e2e8561b86f5a15c | |||
2019-01-08 | Merge branch 'maint' | Ingela Anderton Andin | |
2019-01-08 | ssl: Guarantee active once data delivery | Ingela Anderton Andin | |
New internal active N changed timing, and new check is needed. | |||
2019-01-08 | Merge pull request #2065 from janchochol/fix-get_diagnos-odbcserver | Ingela Andin | |
odbc: Fix stack corruption in get_diagnos in odbcserver | |||
2019-01-08 | Merge branch 'maint' | Lars Thorsen | |
* maint: Updated OTP version Prepare release | |||
2019-01-08 | Merge branch 'maint-20' into maint | Lars Thorsen | |
* maint-20: Updated OTP version Prepare release | |||
2019-01-08 | Merge branch 'maint' | Lars Thorsen | |
* maint: [xmerl] Fix detect charset crash [cdv] Check only own persistent terms in crashdump_viewer test Fix remote-call error in ms_transform Conflicts: lib/observer/test/crashdump_helper.erl | |||
2019-01-08 | Merge branch 'lars/xmerl/bug-in-detect-charset/OTP-15492' into maint | Lars Thorsen | |
* lars/xmerl/bug-in-detect-charset/OTP-15492: [xmerl] Fix detect charset crash | |||
2019-01-08 | Merge branch 'siri/cuddle' into maint | Siri Hansen | |
* siri/cuddle: [cdv] Check only own persistent terms in crashdump_viewer test | |||
2019-01-08 | Merge pull request #2022 from gomoripeti/ms_remote_call_error | Siri Hansen | |
Fix remote-call error in ms_transform | |||
2019-01-08 | Add Coccinelle scripts that I used to verify API calls | Doug Hogan | |
2019-01-08 | Merge branch 'maint' | Ingela Anderton Andin | |
2019-01-08 | Merge pull request #2076 from IngelaAndin/ingela/ssl/active-once/ERL-371 | Ingela Andin | |
ssl: Guarantee active once data delivery OTP-15504 | |||
2019-01-08 | Convert put_int32 to put_uint32 | Doug Hogan | |
2019-01-08 | Explicitly set all of the fields in digest_types | Doug Hogan | |
2019-01-08 | Explicitly initialize all of the fields in cipher_types | Doug Hogan | |
2019-01-08 | Initialize all fields for ErlNifFunc in nif_funcs | Doug Hogan | |
2019-01-08 | Revamp test_rsa_verify() | Doug Hogan | |
2019-01-08 | Revamp test_rsa_sign() | Doug Hogan | |
2019-01-08 | Revamp fake_flag so it's static | Doug Hogan | |
2019-01-08 | Revamp pem_passwd_cb_fun() | Doug Hogan | |
2019-01-08 | Revamp test_key_load() | Doug Hogan | |
2019-01-08 | Revamp CONSUME_REDS() | Doug Hogan | |
2019-01-08 | Revamp bind_helper() | Doug Hogan | |
2019-01-08 | Revamp test_engine_digest_selector() | Doug Hogan | |
2019-01-08 | Revamp test_engine_md5_final() | Doug Hogan | |
2019-01-08 | Revamp test_init() | Doug Hogan | |
2019-01-08 | Revamp init_hmac_ctx() | Doug Hogan | |
2019-01-08 | Revamp init_hash_ctx() | Doug Hogan | |
2019-01-08 | Revamp init_engine_ctx() | Doug Hogan | |
2019-01-08 | Revamp init_cipher_ctx() | Doug Hogan | |
2019-01-08 | Revamp rc4_encrypt_with_state() | Doug Hogan | |
2019-01-08 | Revamp privkey_to_pubkey_nif() | Doug Hogan | |
2019-01-08 | Revamp pkey_crypt_nif() | Doug Hogan | |
2019-01-08 | Revamp size_of_RSA() | Doug Hogan | |
2019-01-08 | Revamp get_pkey_crypt_options() | Doug Hogan | |
2019-01-08 | Revamp pkey_verify_nif() | Doug Hogan | |
2019-01-08 | Revamp pkey_sign_nif() | Doug Hogan | |
* Add error handling for all Erlang calls. | |||
2019-01-08 | Revamp get_pkey_public_key() | Doug Hogan | |
* Add error handling for all OpenSSL calls. * Only set *pkey on success. * Consolidate all of the freeing of resources into one path. | |||
2019-01-08 | Revamp get_pkey_private_key() | Doug Hogan | |
* Add error handling for all OpenSSL calls. * Free all resources in the same path. * Only set *pkey on success. |