Age | Commit message (Expand) | Author |
2019-10-29 | merge documentation for EVP_PKEY_CTX_set1_id(3), EVP_PKEY_CTX_get1_id(3), | Ingo Schwarze |
2019-10-29 | merge documentation of EVP_PKEY_CTX_set_ec_param_enc(3) | Ingo Schwarze |
2019-10-29 | correct HISTORY of some RSA control macros | Ingo Schwarze |
2019-10-29 | list supported algorithm ids and clarify how the engine argument is used | Ingo Schwarze |
2019-10-29 | Add two controls that were missed in the previous commit. | Joel Sing |
2019-10-29 | Update RSA OAEP code. | Joel Sing |
2019-10-29 | Provide EVP_PKEY_CTX_md(). | Joel Sing |
2019-10-29 | mobileip(4) is going to the attic | David Gwynne |
2019-10-27 | Mark the _Qp_{mul,div,add,sub} functions as 'protected' to eliminate | Philip Guenther |
2019-10-26 | Stop exporting the internal _mcount symbol as that's only referenced | Philip Guenther |
2019-10-25 | Free maskHash when RSA_PSS_PARAMS is freed. | Joel Sing |
2019-10-25 | Adjust whitespace, so Ta macros are aligned vertically as already done in | Theo Buehler |
2019-10-24 | Provide ASN1_TYPE_{,un}pack_sequence(). | Joel Sing |
2019-10-24 | Provide RSA_OAEP_PARAMS along with ASN.1 encoding/decoding. | Joel Sing |
2019-10-24 | Bump libcrypto, libssl and libtls majors due to changes in struct sizes | Joel Sing |
2019-10-24 | Add RSA_PSS_PARAMS pointer to RSA struct. | Joel Sing |
2019-10-24 | Add maskHash field to RSA_PSS_PARAMS. | Joel Sing |
2019-10-24 | Provide RSA_pkey_ctx_ctrl(). | Joel Sing |
2019-10-24 | Add EVP_PKEY_RSA_PSS. | Joel Sing |
2019-10-24 | The ber_* namespace is used by liblber since time immemorial, | Theo Buehler |
2019-10-24 | Backout previous synch.h commit (r1.5, "Use process-private futexes to avoid | Stuart Henderson |
2019-10-24 | Allow the caller of asr functions to create and use a specific context. | Otto Moerbeek |
2019-10-23 | Unexport __floatundidf. | Mark Kettenis |
2019-10-22 | struct proc: change ps_start from utc time to uptime | cheloha |
2019-10-21 | Use process-private futexes to avoid the uvm_map lookup overhead. | Martin Pieuchot |
2019-10-21 | Kill unused _wait() function. | Martin Pieuchot |
2019-10-18 | setting uid to -1 won't work with setresuid, so detect that condition | Ted Unangst |
2019-10-17 | Sync RSA_padding_check_PKCS1_OAEP_mgf1(). | Joel Sing |
2019-10-17 | Provide err_clear_last_constant_time() as a way of clearing an error from | Joel Sing |
2019-10-10 | bump internal version to 3.0.2 | Brent Cook |
2019-10-10 | bump to 3.0.2 | Brent Cook |
2019-10-09 | Use EVP_MAX_MD_SIZE instead of SHA_DIGEST_LENGTH and remove OPENSSL_NO_SHA* | Joel Sing |
2019-10-08 | convert unbounded sprintf/strcpy (in disabled debug code) to snprintf/strlcpy | Theo de Raadt |
2019-10-05 | The mips64 symbol table layout means we have to consider symbol visibility | Philip Guenther |
2019-10-05 | Get the architecture from the ELF header instead of running uname, | Philip Guenther |
2019-10-04 | Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkey. | Theo Buehler |
2019-10-04 | Use a valid curve when constructing an EC_KEY that looks like X25519. | Joel Sing |
2019-10-04 | Provide internal RSA_padding_{add,check}_PKCS1_OAEP_mgf1() functions. | Joel Sing |
2019-10-03 | Move towards making RSA OAEP functions handle arbitrary message digests. | Joel Sing |
2019-09-30 | bump for LibreSSL 3.0.1 | Brent Cook |
2019-09-29 | Update compiler-rt to 8.0.1. This is mostly a cosmetic update for us. | Patrick Wildt |
2019-09-29 | zap trailing whitespace; | Jason McIntyre |
2019-09-29 | If a NULL or zero cofactor is passed to EC_GROUP_set_generator(), | Theo Buehler |
2019-09-28 | Xr random 4 in a better way | Theo de Raadt |
2019-09-28 | 1) don't repeat the 256 / EIO commentary | Theo de Raadt |
2019-09-28 | Make compiler-rt's __clear_cache() work on 32-bit ARM by making | Patrick Wildt |
2019-09-28 | correctly handle read(2) return value. | Eric Faurot |
2019-09-25 | Update libexpat to 2.2.8. CVE-2019-15903 has been fixed earlier | Alexander Bluhm |
2019-09-25 | the mentioned .Fn functions are in a another file, so .Xr them | Theo de Raadt |
2019-09-25 | pcap-filter now section 5: adjust Xr | Jason McIntyre |