openssl.git
2013-02-06 Dr. Stephen... typo.
2013-02-06 Dr. Stephen... Add ordinal for CRYPTO_memcmp: since this will affect...
2013-02-06 Dr. Stephen... Timing fix mitigation for FIPS mode.
2013-02-06 Ben LaurieOops. Add missing file.
2013-02-06 Ben LaurieUpdate DTLS code to match CBC decoding in TLS.
2013-02-06 Ben LaurieDon't crash when processing a zero-length, TLS >= 1...
2013-02-06 Ben LaurieMake CBC decoding constant time.
2013-02-06 Ben LaurieAdd and use a constant-time memcmp.
2013-02-04 Dr. Stephen... Merge branch 'OpenSSL_1_0_2-stable' of /home/steve...
2013-02-04 Dr. Stephen... Fix for trace code: SSL3 doesn't include a length value for
2013-02-02 Andy Polyakovbn_word.c: fix overflow bug in BN_add_word.
2013-02-02 Andy Polyakovx86_64 assembly pack: keep making Windows build more...
2013-01-24 Dr. Stephen... Fix warning: lenmax isn't used any more.
2013-01-23 Dr. Stephen... Don't include comp.h in cmd_cd.c if OPENSSL_NO_COMP set
2013-01-22 Andy Polyakovx86_64 assembly pack: make Windows build more robust...
2013-01-22 Andy PolyakovTABLE update.
2013-01-22 Andy PolyakovConfigure: update linux-mips* lines [from master].
2013-01-22 Andy Polyakovbn/asm/mips.pl: hardwire local call to bn_div_words.
2013-01-20 Dr. Stephen... Don't include comp.h if no-comp set.
2013-01-19 Ben LaurieMerge branch 'OpenSSL_1_0_2-stable' of openssl.net...
2013-01-19 Ben LaurieRemove extraneous brackets (clang doesn't like them).
2013-01-19 Ben LaurieAdd MacOS 64-bit debug target.
2013-01-19 Andy Polyakovengines/ccgost: GOST fixes [from master].
2013-01-19 Ben LaurieCan't check a size_t for < 0.
2013-01-19 Andy Polyakov.gitignore adjustments
2013-01-18 Dr. Stephen... -named_curve option handled automatically now.
2013-01-18 Dr. Stephen... Add code to download CRLs based on CRLDP extension.
2013-01-18 Dr. Stephen... cipher is not used in s_server any more.
2013-01-18 Dr. Stephen... New option to add CRLs for s_client and s_server.
2013-01-17 Dr. Stephen... initial support for delta CRL generations by diffing...
2013-01-17 Dr. Stephen... Typo (PR2959).
2013-01-17 Dr. Stephen... constify
2013-01-17 Dr. Stephen... New functions to set lookup_crls callback and to retrie...
2013-01-17 Dr. Stephen... add option to get a certificate or CRL from a URL
2013-01-16 Dr. Stephen... print out issuer and subject unique identifier fields...
2013-01-15 Dr. Stephen... add wrapper function for certificate download
2013-01-15 Dr. Stephen... Generalise OCSP I/O functions to support dowloading...
2013-01-15 Dr. Stephen... Update default dependency flags.
2013-01-15 Dr. Stephen... make update
2013-01-15 Dr. Stephen... Add support for broken protocol tests (backport from...
2013-01-15 Dr. Stephen... Make whitespace consistent with master branch.
2013-01-13 Ben LaurieFix some clang warnings.
2013-01-12 Ben LaurieCorrect EVP_PKEY_verifyrecover to EVP_PKEY_verify_recov...
2013-01-07 Dr. Stephen... In FIPS mode use PKCS#8 format when writing private...
2013-01-07 Dr. Stephen... Change default bits to 1024
2013-01-06 Dr. Stephen... Add .gitignore from master branch.
2013-01-06 Ben LaurieFix warning.
2012-12-30 Dr. Stephen... add support for separate verify can chain stores to...
2012-12-30 Dr. Stephen... add -chain options to s_client (backrpot from HEAD)
2012-12-30 Dr. Stephen... make no-comp compile
2012-12-30 Dr. Stephen... stop warning when compiling with no-comp
2012-12-30 Dr. Stephen... remove unused cipher functionality from s_client
2012-12-29 Dr. Stephen... Update debug-steve* options.
2012-12-29 Dr. Stephen... make JPAKE work again, fix memory leaks
2012-12-29 Dr. Stephen... update ordinals
2012-12-29 Dr. Stephen... Delegate command line handling for many common options...
2012-12-29 Dr. Stephen... add SSL_CONF functions and documentation (backport...
2012-12-26 Dr. Stephen... Update ordinals.
2012-12-26 Dr. Stephen... Portability fix: use BIO_snprintf and pick up strcasecm...
2012-12-26 Dr. Stephen... typo
2012-12-26 Dr. Stephen... SSL/TLS record tracing code (backport from HEAD).
2012-12-26 Dr. Stephen... Reject zero length ec point format list.
2012-12-26 Dr. Stephen... handle point format list retrieval for clients too...
2012-12-26 Dr. Stephen... Add support for printing out and retrieving EC point...
2012-12-26 Dr. Stephen... return error if Suite B mode is selected and TLS 1...
2012-12-26 Dr. Stephen... set auto ecdh parameter selction for Suite B
2012-12-26 Dr. Stephen... add Suite B 128 bit mode offering only combination 2
2012-12-26 Dr. Stephen... Use client version when deciding which cipher suites...
2012-12-26 Dr. Stephen... Use default point formats extension for server side...
2012-12-26 Dr. Stephen... add Suite B verification flags
2012-12-26 Dr. Stephen... contify
2012-12-26 Dr. Stephen... Add ctrl and utility functions to retrieve raw cipher...
2012-12-26 Dr. Stephen... new ctrl to retrive value of received temporary key...
2012-12-26 Dr. Stephen... store and print out message digest peer signed with...
2012-12-26 Dr. Stephen... perform sanity checks on server certificate type as...
2012-12-26 Dr. Stephen... give more meaningful error if presented with wrong...
2012-12-26 Dr. Stephen... Add three Suite B modes to TLS code, supporting RFC6460.
2012-12-26 Dr. Stephen... Add missing prototype to x509.h
2012-12-26 Dr. Stephen... New function X509_chain_up_ref to dup and up the refere...
2012-12-26 Dr. Stephen... add suite B chain validation flags and associated verif...
2012-12-26 Dr. Stephen... Oops, add missing v3nametest.c
2012-12-26 Dr. Stephen... New -valid option to add a certificate to the ca index...
2012-12-26 Dr. Stephen... Make tls1_check_chain return a set of flags indicating...
2012-12-26 Dr. Stephen... Abort handshake if signature algorithm used not support...
2012-12-26 Dr. Stephen... check EC tmp key matches preferences
2012-12-26 Dr. Stephen... typo
2012-12-26 Dr. Stephen... Add support for certificate stores in CERT structure...
2012-12-26 Dr. Stephen... add ssl_locl.h to err header files, rebuild ssl error...
2012-12-26 Dr. Stephen... set ciphers to NULL before calling cert_cb
2012-12-26 Dr. Stephen... stop warning
2012-12-26 Dr. Stephen... New function ssl_set_client_disabled to set masks for...
2012-12-26 Dr. Stephen... Add new ctrl to retrieve client certificate types,...
2012-12-26 Dr. Stephen... cert_flags is unsigned
2012-12-26 Dr. Stephen... add support for client certificate callbak, fix memory...
2012-12-26 Dr. Stephen... new function SSL_is_server to which returns 1 is the...
2012-12-26 Dr. Stephen... no need to check s->server as default_nid is never...
2012-12-26 Dr. Stephen... Separate client and server permitted signature algorith...
2012-12-26 Dr. Stephen... Add certificate callback. If set this is called wheneve...
2012-12-26 Dr. Stephen... New functions to retrieve certificate signatures and...
2012-12-26 Dr. Stephen... Function tls1_check_ec_server_key is now redundant...
next