16648 Commits (3dfcb6a0ecbc210899e4b674331d0294189281b9)
 

Author SHA1 Message Date
Richard Levitte 1f644005ac make update
7 years ago
Richard Levitte 08590a8647 apps/progs.pl: don't make digests disablable by default
7 years ago
FdaSilvaYY a14a740dbe BIO_free should call method->destroy before free'ing member fields
7 years ago
FdaSilvaYY 2bbf0baa95 Add checks on CRYPTO_new_ex_data return value...
7 years ago
FdaSilvaYY 25a807bcb9 Add checks on CRYPTO_new_ex_data return value
7 years ago
FdaSilvaYY 8fdc99cb5d Fix an error code spelling.
7 years ago
FdaSilvaYY 8483a003bf various spelling fixes
7 years ago
Christian Heimes f0c58c3212 Add getters for X509_STORE and X509_OBJECT members
7 years ago
Viktor Dukhovni d5553b4cb5 make update
7 years ago
Viktor Dukhovni c965487373 Implement X509_STORE_CTX_set_current_cert() accessor
7 years ago
Richard Levitte 68423b1461 Fix BIO_set_nbio_accept()
7 years ago
Matt Caswell b3bd3d5af8 Don't leak memory on error path in dane_ctx_enable()
7 years ago
Matt Caswell 34b9acbd3f Free an ASN1_OBJECT in an error path
7 years ago
Matt Caswell 5e8129f278 Don't leak an ASN1_OCTET_STRING on error in rsa_cms_encrypt
7 years ago
Matt Caswell d54ac5c4bf Free memory on error in PKCS7_dataFinal()
7 years ago
Matt Caswell 460c5e1d2f Don't leak memory on error in PKCS12_key_gen_uni
7 years ago
Matt Caswell 8e588e2812 Don't leak memory on error in i2b_PVK
7 years ago
Matt Caswell 204cf9406e Don't leak memory on error in b2i_rsa
7 years ago
Matt Caswell a4e584a610 Don't leak resource on error in OCSP_url_svcloc_new
7 years ago
Matt Caswell f08e803450 Check that we were actually allocated BIGNUMs in dsa_builtin_paramgen2
7 years ago
Matt Caswell 2280358146 Don't leak EVP_MD_CTX on error path
7 years ago
Matt Caswell 29f4c357f0 Don't leak memory on error in cms_RecipientInfo_pwri_crypt
7 years ago
Matt Caswell d71eb667c4 Don't leak memory on error in BN_generate_prime_ex
7 years ago
Matt Caswell 91fb42ddbe Free a BIGNUM on error in BN_mpi2bn
7 years ago
Matt Caswell b0b6ba2d11 Don't leak memory on failure to create a mem BIO
7 years ago
Matt Caswell df0f275922 Close the accept socket on error
7 years ago
Richard Levitte 2bd8c85395 Make BIO_sock_error return a proper error code when getsockopt fails
7 years ago
Dr. Stephen Henson d78df5dfd6 Reject inappropriate private key encryption ciphers.
7 years ago
Viktor Dukhovni 4a397f5168 Fix set0 reuse test
7 years ago
Viktor Dukhovni 69664d6af0 Future proof build_chain() in x509_vfy.c
7 years ago
Richard Levitte 4c5e6b2cb9 Documentation the changed {RSA,DSA,DH}_set0_* functionality change
7 years ago
Richard Levitte 1da12e34ed RSA, DSA, DH: Allow some given input to be NULL on already initialised keys
7 years ago
Kazuki Yamaguchi 3aec886ed4 GH975 Add ex_data functions for X509_STORE
7 years ago
Ben Laurie 5c001c326d Fix no-gost no-srp no-ec no-dh.
7 years ago
Ben Laurie d94ce4100f Fix enable-ssl-trace no-nextprotoneg.
7 years ago
Ben Laurie e93836b95e Fix no-engine no-ui.
7 years ago
Matt Caswell bfb155c187 split_send_fragment should always be less than or equal to max_send_fragment
7 years ago
Matt Caswell dbd5c34f18 Fix BIO_CTRL_DUP for an SSL BIO
7 years ago
Matt Caswell 97b04399b6 Fix passwd seg fault
7 years ago
Andy Polyakov 33ea23dc5c SPARCv9 assembly pack: fine-tune run-time switch.
7 years ago
Andy Polyakov 7936a86b9f camellia/build.info: fix typo
7 years ago
Benjamin Kaduk 9547982e8c Remove dead-code infinite loop
7 years ago
Kazuki Yamaguchi 8b12d59bf7 Add ex_data functions for X509_STORE
7 years ago
Matt Caswell 446ba8de9a Ensure we check i2d_X509 return val
7 years ago
Dr. Stephen Henson baf1a30415 *.der files are binary.
7 years ago
Benjamin Kaduk 42a9f38613 Remove the never-functional no-sct
7 years ago
Benjamin Kaduk 1e8ead8688 Remove some OPENSSL_NO_SHA that snuck in
7 years ago
Andy Polyakov dc3c5067cd crypto/poly1305/asm: chase overflow bit on x86 and ARM platforms.
7 years ago
Viktor Dukhovni 5a6694e303 make update
7 years ago
Viktor Dukhovni 51227177b1 Added missing X509_STORE_CTX_set_error_depth() accessor
7 years ago