Age | Commit message (Expand) | Author |
2014-07-10 | Remove empty sections and references to des_modes(7) which we don't have. | Miod Vallat |
2014-07-10 | Fewer lies, also do not document DES_3cbc_encrypt anymore. | Miod Vallat |
2014-07-10 | Features introduce in OpenSSL 0.9.8 do not deserve their own section. | Miod Vallat |
2014-07-10 | Attempt to (incompletely) document EVP_aes_*(). | Miod Vallat |
2014-07-10 | RSA_setup_blinding() gets a BN with BN_CTX_get(), returns `out of memory' | Miod Vallat |
2014-07-10 | make asn1 free safe to call with null pointers of any type. | Ted Unangst |
2014-07-10 | One sure hopes that OPENSSL_cleanse will: | Joel Sing |
2014-07-10 | Remove #if 0 code which dumps your data to stdout. | Miod Vallat |
2014-07-10 | Tweak some comments. We do not really need to know that "New!" flags were | Joel Sing |
2014-07-10 | Remove more compression tendrils. | 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 | Missing allocation checks and potential NULL pointer dereference in the | Miod Vallat |
2014-07-10 | Remove RSA_FLAG_NO_EXP_CONSTTIME, which was deprecated 12+ years ago. | Joel Sing |
2003-05-11 | import 0.9.7b (without idea and rc5) | Markus Friedl |
2014-07-10 | Remove more compression related code. | Joel Sing |
2014-07-10 | Remove DEBUG_KEYGEN and DEBUG_DECRYPT support. | Miod Vallat |
2014-07-10 | replace getservbyname_r with getaddrinfo for portability | bcook |
2014-07-10 | Tame the tedu... we still want to know that Compression and Expansion are | Joel Sing |
2014-07-10 | Put back some parts of the public SSL API that should not have been | Joel Sing |
2014-07-10 | forgot to decompress here too | Ted Unangst |
2014-07-10 | Remove bogus preprocessor statements trying to pick the largest integer | Miod Vallat |
2014-07-10 | check return value of write. | bcook |
2014-07-10 | crank major for decompression feature | Ted Unangst |
2014-07-10 | decompress libssl. ok beck jsing | Ted Unangst |
2014-07-10 | KNF comments, reflowing and moving out of the middle of argument lists in | Philip Guenther |
2014-07-10 | remove unused ecc_pkey_size. | bcook |
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 | include <limits.h> for LONG_MIN/LONG_MAX. | bcook |
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 | 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 | {malloc,reallocarray} + memset(,0,) -> calloc | Miod Vallat |
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 |