Age | Commit message (Expand) | Author |
2016-08-31 | Bring in functions used by stunnel and exim from BoringSSL - this brings | Bob Beck |
2016-08-31 | Fix some very unnecessary convoultion. | Bob Beck |
2016-08-07 | Update the link for the getentropy(2) manual to man.openbsd.org/ | Theo Buehler |
2016-08-05 | Do not *printf %s NULL | Theo de Raadt |
2016-07-31 | bump for LibreSSL 2.5.x | Brent Cook |
2016-07-18 | don't mix code and decls, ok tedu@ | Brent Cook |
2016-07-17 | use memset to initialize the union | Brent Cook |
2016-07-17 | remove unused OPENSSL_NO_OBJECT case | Brent Cook |
2016-07-17 | Initialize buffers before use, noted by Kinichiro Inoguchi. | Brent Cook |
2016-07-16 | Clean up OCSP_check_validity() a bit more. | Bob Beck |
2016-07-07 | call BN_init on temporaries to avoid use-before-set warnings | Brent Cook |
2016-07-05 | remove unneeded duplicate call - spotted by jsing@ | Bob Beck |
2016-07-05 | On systems where we do not have BN_ULLONG defined (most 64-bit systems), | Brent Cook |
2016-07-05 | Add several fixes from OpenSSL to make OCSP work with intermediate | Bob Beck |
2016-06-30 | Tighten behavior of _rs_allocate failure for portable arc4random implementati... | Brent Cook |
2016-06-30 | Tighten behavior of _rs_allocate on Windows. | Brent Cook |
2016-06-30 | bump to 2.4.2 | Brent Cook |
2016-06-30 | Remove flags for disabling constant-time operations. | Brent Cook |
2016-06-25 | Fix from kinichiro.inoguchi@gmail.com to ensure that OCSP uses | Bob Beck |
2016-06-25 | Fix the ocsp code to actually check for errors when comparing time values | Bob Beck |
2016-06-21 | Disable DSA_FLAG_NO_EXP_CONSTTIME, always enable constant-time behavior. | Brent Cook |
2016-06-06 | Set BN_FLG_CONSTTIME on the correct variable. beck committed wrong fix. | Ted Unangst |
2016-06-06 | Correct a problem that prevents the DSA signing algorithm from running | Bob Beck |
2016-06-06 | LibreSSL 2.4.1 | Brent Cook |
2016-05-30 | deprecate internal use of EVP_[Cipher|Encrypt|Decrypt]_Final. | Bob Beck |
2016-05-20 | Fix a short-read bug in the previous version of asn1_d2i_read_bio | Brent Cook |
2016-05-11 | remove hppa64 port, which we never got going beyond broken single users. | Theo de Raadt |
2016-05-04 | fix for integer overflow in encode and encrypt update functions. | Ted Unangst |
2016-05-04 | fix a padding oracle in aesni cbc mac check. there must be enough data | Ted Unangst |
2016-05-04 | internal only negative types should not be handled here. | Ted Unangst |
2016-05-04 | be careful about consuming excessive memory by reading in chunks. | Ted Unangst |
2016-05-04 | revert the big change from yesterday to prepare for smaller commits. | Ted Unangst |
2016-05-03 | prefer limits.h over sys/limits.h | Brent Cook |
2016-05-03 | patch from openssl for multiple issues: | Ted Unangst |
2016-04-28 | Crank majors for lib{crypto,ssl,tls} due to symbol removals, symbol | Joel Sing |
2016-04-28 | don't go into an unbreakable infinite loop during operations such | Ted Unangst |
2016-04-28 | Rename EVP_aead_chacha20_poly1305() to EVP_aead_chacha20_poly1305_old() | Joel Sing |
2016-04-19 | fix typo in comment; ok beck | T.J. Townsend |
2016-04-13 | Use the correct iv and counter when decrypting the ciphertext for | Joel Sing |
2016-03-21 | Return zero from two functions on allocation failure instead of always | Michael McConville |
2016-03-20 | " the the " -> " the ", or in a couple of cases replace the superfluous | Kenneth R Westerback |
2016-03-17 | explicit_bzero for asn1 objects on free. Too often these contain sensitive in... | Bob Beck |
2016-03-15 | 'accomodate' -> 'accommodate' in comments. | Kenneth R Westerback |
2016-03-13 | Fix examples for EVP_PKEY_CTX_set_rsa_padding. | Brent Cook |
2016-03-12 | Add error handling to the remaining calls to bn_wexpand(). | Brent Cook |
2016-03-12 | Remove sentences in RETURN VALUES sections saying that functions with | Michael McConville |
2016-03-12 | Bump for LibreSSL 2.4.0 | Brent Cook |
2016-03-11 | X509_free(3) is NULL-safe, so remove NULL checks before its calls. | Michael McConville |
2016-03-10 | http -> https for a few more IETF URLs in comments or man pages | Michael McConville |
2016-03-06 | explict_bzero for some asn1 free's - ok miod@ | Bob Beck |