Age | Commit message (Expand) | Author |
2014-10-22 | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes(). | Joel Sing |
2014-10-18 | None of these need to include <openssl/rand.h> | Joel Sing |
2014-07-13 | Make sure all error conditions in RSA_padding_add_PKCS1_PSS_mgf1() cause | Miod Vallat |
2014-07-12 | if (x) FOO_free(x) -> FOO_free(x). | Miod Vallat |
2014-07-11 | In RSA_eay_private_encrypt(), correctly return the smaller BN; OpenSSL | Miod Vallat |
2014-07-11 | Remove duplicate 0x for salt len in output; Martin Kaiser via OpenSSL trunk. | Miod Vallat |
2014-07-11 | Only import cryptlib.h in the four source files that actually need it. | Joel Sing |
2014-07-10 | Explicitly include <openssl/opensslconf.h> in every file that references | Joel Sing |
2014-07-10 | Stop including standard headers via cryptlib.h - pull in the headers that | Joel Sing |
2014-07-10 | RSA_setup_blinding() gets a BN with BN_CTX_get(), returns `out of memory' | Miod Vallat |
2014-07-10 | Tweak some comments. We do not really need to know that "New!" flags were | Joel Sing |
2014-07-10 | Stop playing with the RSA_FLAG_BLINDING flag. It does nothing. | Joel Sing |
2014-07-10 | delete some casts. ok miod | Ted Unangst |
2014-07-10 | Remove RSA_FLAG_NO_EXP_CONSTTIME, which was deprecated 12+ years ago. | Joel Sing |
2014-07-10 | BN_free, BN_clear_free, BN_CTX_free, BN_BLINDING_free and BN_MONT_CTX_free | Joel Sing |
2014-07-10 | Use a while loop instead of an ifdowhile loop. | Joel Sing |
2014-07-09 | ASN1_STRING_free can handle NULL, so callers don't need to check. ok miod | Ted Unangst |
2014-07-09 | Make comments readable. | Joel Sing |
2014-07-09 | More KNF. | Joel Sing |
2014-07-09 | KNF. | Joel Sing |
2014-07-09 | Unifdef -UPKCS_TESTVECT - we don't want the random data used in OAEP padding | Miod Vallat |
2014-07-09 | remove unused, private version strings except SSL_version_str | Brent Cook |
2014-07-09 | Be more strict in RSA_padding_check_X931(), and thus avoid a possible | Miod Vallat |
2014-07-09 | In the old days (not in this century), SSLeay 0.4.5 would create X.509 RSA | Miod Vallat |
2014-07-09 | Remove RSA_memory_lock(). This undocumented function sort-of serializes your | Miod Vallat |
2014-07-09 | RSA_NULL used to be a compile option allowing the RSA interfaces to be | Miod Vallat |
2014-07-09 | KNF | Miod Vallat |
2014-06-12 | replace atoi() calls with strtol(). Follow the idiomatic pattern in our | Theo de Raadt |
2014-06-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-06-11 | c-file-style hints, begone; ok beck | Theo de Raadt |
2014-06-07 | malloc() result does not need a cast. | Theo de Raadt |
2014-05-30 | more: no need to null check before free; ok guenther | Theo de Raadt |
2014-05-30 | no need for null check before free. from Brendan MacDonell | Ted Unangst |
2014-05-29 | Everything sane has stdio, and FILE *. we don't need ifdefs for this. | Bob Beck |
2014-05-23 | We have stdio and are not WIN16. | Joel Sing |
2014-05-22 | Convert OPENSSL_malloc stuff back to intrinsics, a few were missed | Bob Beck |
2014-05-22 | if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefully | Miod Vallat |
2014-05-17 | switch RSA key generation default to 2048 bits (matching ssh); ok miod@ | Stuart Henderson |
2014-05-15 | Stop being a dummy... presumably these are left overs from pedantic mode | Joel Sing |
2014-04-27 | Use C99 initializers for the various FOO_METHOD structs. More readable, and | Miod Vallat |
2014-04-23 | Unifdef -UPKCS1_CHECK and remove SSL_OP_PKCS1_CHECK_[12], this is leftover | Miod Vallat |
2014-04-17 | kill REF_PRINT/REF_CHECK debugging framework noone would use | Theo de Raadt |
2014-04-17 | Get rid of MS Visual C compiler and Intel C compiler specific defines. | Miod Vallat |
2014-04-17 | Change library to use intrinsic memory allocation functions instead of | Bob Beck |
2014-04-17 | Do not feed RSA private key information to the random subsystem as | Theo de Raadt |
2014-04-15 | we don't use these files for building | Ted Unangst |
2014-04-15 | remove FIPS mode support. people who require FIPS can buy something that | Ted Unangst |
2014-04-15 | No licence. | Miod Vallat |
2014-04-14 | remove auto-generated dependencies from the old unused build system, so | Theo de Raadt |
2014-04-13 | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | Miod Vallat |