Age | Commit message (Expand) | Author |
2014-07-09 | ASN1_STRING_free can handle NULL, so callers don't need to check. ok miod | Ted Unangst |
2014-07-09 | unfidef RL_DEBUG. hopefully it's been debugged by now | Ted Unangst |
2014-07-09 | firebomb some MDEBUG leftovers | Ted Unangst |
2014-07-09 | unifdef a whole bunch of NO RSA/DSA/ECDH defines i deleted from libssl | Ted Unangst |
2014-07-09 | clean up if 0/if 1 code. we don't care anymore. | Ted Unangst |
2014-07-09 | move a comment | Ted Unangst |
2014-07-09 | reset host, port, path to null after freeing so the caller doesn't | Ted Unangst |
2014-07-09 | stale prototype | 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 | reduce obvious dependency on global g_pool by moving to local aliases | Ted Unangst |
2014-07-09 | ocsp_check_ids says "If algoritm mismatch let caller deal with it" before | Ted Unangst |
2014-07-09 | Update to match the current state of crypto/rand, and remove MLINKS for | Miod Vallat |
2014-07-09 | Remove mention that the PRNG needs to be seeded before invoking some | Miod Vallat |
2014-07-09 | Unifdef -UPKCS_TESTVECT - we don't want the random data used in OAEP padding | Miod Vallat |
2014-07-09 | rephrase the stpcpy() warning | Christian Weisgerber |
2014-07-09 | {malloc,reallocarray} + memset(,0,) -> calloc | Miod Vallat |
2014-07-09 | Clean up after arc4random u_int32_t uint32_t change | Bob Beck |
2014-07-09 | changes to improve portability | bcook |
2014-07-09 | Replace memset(a, 0, ...); free(a); by explicit_bzero(a, ...); free(a); in | Miod Vallat |
2014-07-09 | Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to be | Miod Vallat |
2014-07-09 | miod@ fixed the "bug" so remove reference to it in the man pod^Wpage. | Joel Sing |
2014-07-09 | add <sys/filio.h> header for FIONBIO | bcook |
2014-07-09 | Clean up and simplify SSL_CIPHER_description by always using asprintf. If | Joel Sing |
2014-07-09 | Simplify error path of DH_check_pub_key() | Miod Vallat |
2014-07-09 | KNF | Miod Vallat |
2014-07-09 | remove unused variables getentropy for OS X | bcook |
2014-07-09 | tedu the SSL export cipher handling - since we do not have enabled export | Joel Sing |
2014-07-09 | cast ASN1_STRING (unsigned char *) to match strlcat's argument (char *) | bcook |
2014-07-09 | remove unused, private version strings except SSL_version_str | bcook |
2014-07-09 | Make use of this wonderful modern C construct known as a `switch', instead of | Miod Vallat |
2014-07-09 | KNF | Miod Vallat |
2014-07-09 | Kill more FIPS tentacles by removing the private_AES_set_{enc,dec}rypt_key() | Miod Vallat |
2014-07-09 | Be more strict in RSA_padding_check_X931(), and thus avoid a possible | Miod Vallat |
2014-07-09 | Remove typecasts on password_callback. | bcook |
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 | remove unused dynamic_cmd_defns_empty structure. | bcook |
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 |
2012-10-13 | import OpenSSL-1.0.1c | Damien Miller |
2009-04-06 | import of OpenSSL 0.9.8k | Damien Miller |
2014-07-08 | sys/user.h can now be substantially gutted. | Theo de Raadt |
2014-07-08 | Mark the weakened 40-bit export ciphers as invalid - no one in their right | Joel Sing |
2014-07-08 | Remove SSL_FIPS. | Joel Sing |
2014-07-08 | Nuke SSL_NOT_EXP since it does nothing. | Joel Sing |
2014-07-08 | Document SSL_CIPHER_description() will now use asprintf if passed a NULL | Miod Vallat |
2014-07-08 | Do not suggest using BUF_strdup() preferably to strdup() for fallacious | Miod Vallat |
2014-07-08 | Match the current state of the code. | Miod Vallat |