Age | Commit message (Expand) | Author |
2015-06-16 | Be more strict about BER and DER terminology. | Doug Hogan |
2015-06-16 | Simplify cbs_get_any_asn1_element_internal based on comments from jsing@ | Doug Hogan |
2015-06-15 | Make CBS_get_any_asn1_element() more compliant with DER encoding. | Doug Hogan |
2015-06-15 | Remove ancient SSL_OP_NETSCAPE_CA_DN_BUG from SSLeay days. | Doug Hogan |
2015-06-15 | Remove ancient compat hack SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG. | Doug Hogan |
2015-06-15 | Remove 1997's compat hack SSL_OP_SSLEAY_080_CLIENT_DH_BUG. | Doug Hogan |
2015-06-15 | Update SSL_OP_* to remove ancient hacks that are no longer enabled. | Doug Hogan |
2015-06-13 | in glob() initialize the glob_t before the first failure check. | Theo de Raadt |
2015-06-13 | Split up the logic in CBB_flush to separately handle the lengths. | Doug Hogan |
2015-06-13 | Explain the ASN.1 restriction that requires extra logic for encoding. | Doug Hogan |
2015-06-13 | When initial capacity is 0, always use NULL buffer. | Doug Hogan |
2015-06-13 | Add comments about how the CBS constants are constructed. | Doug Hogan |
2015-06-13 | Reject long-form tags in CBS_peek_asn1_tag. | Doug Hogan |
2015-06-13 | Fix bad indenting in LibreSSL. | Doug Hogan |
2015-06-13 | Remove unneeded sys/sysctl.h on linux. | Brent Cook |
2015-06-12 | Reuse SYSENTRY_HIDDEN() in SYSENTRY(); no functional changes. | Masao Uebayashi |
2015-06-11 | The correct semantic is to check msgbuf_write() for <= 0, not just < 0. | Reyk Floeter |
2015-06-11 | Avoid an infinite loop that can occur when verifying a message with an | Joel Sing |
2015-06-11 | Avoid a potential out-of-bounds read in X509_cmp_time(), due to missing | Joel Sing |
2015-06-11 | Avoid an infinite loop that can be triggered by parsing an ASN.1 | Joel Sing |
2015-06-09 | Remove unused parameter of load_locale_sub(). No assembly change on i386. | Stefan Sperling |
2015-06-08 | At some point arm moved to a unified syntax for arm and thumb instructions. | Jonathan Gray |
2015-06-05 | Link ssl and crypto via BSDOBJDIR, works with native and cross builds | Tobias Ulmer |
2015-06-05 | Fix library search path so we link against the freshly built libcrypto.so | Tobias Ulmer |
2015-06-04 | force reseeding if pid has changed. | Eric Faurot |
2015-06-04 | make sure to check for resolv.conf update the first time the resolver | Eric Faurot |
2015-06-03 | Remove -Werror from the Makefile: as it happened with asprintf, it | Reyk Floeter |
2015-06-03 | It is better to check the asprintf return value for -1 instead of the | Reyk Floeter |
2015-06-03 | snprintf(3) is available on all modern systems and asprintf(3) is | Todd C. Miller |
2015-06-03 | Do not assume that asprintf() clears the pointer on failure, which | Todd C. Miller |
2015-06-02 | write Mobile IP{,v6} in a consistent way, as given in RFCs 5944 and 6275. | Igor Sobrado |
2015-06-01 | Since the __{div,rem}{l,q}{,u} special libc entry points use a specific | Miod Vallat |
2015-06-01 | Put END() matching _ENTRY() (== ENTRY() w/o prof). | Masao Uebayashi |
2015-06-01 | Put END() matching ENTRY(). | Masao Uebayashi |
2015-05-31 | Simple macro fixes (Fd -> In, Nm -> Fn) from Kaspars at Bankovskis dot net. | Ingo Schwarze |
2015-05-30 | Build with -mbwx rather than -Wa,-mev56 so that upcoming changes to the compiler | Miod Vallat |
2015-05-29 | Put END() where appropriate. | Masao Uebayashi |
2015-05-29 | Put obvious END() macros that match ENTRY() entries. | Masao Uebayashi |
2015-05-29 | fix a possible off-by-one when reading /etc/hosts if it doesn't end | Eric Faurot |
2015-05-29 | Sprinkle END() in some straightforward *.S files that have ENTRY(). The | Masao Uebayashi |
2015-05-26 | Bring back `1:' label removed by mistake in 1.7. Complained loudly about by gas | Miod Vallat |
2015-05-26 | Use a relative path against BSDOBJDIR to pick libcrypto; makes cross-lib | Miod Vallat |
2015-05-26 | simply use _PATH_HOSTS where appropriate | Eric Faurot |
2015-05-26 | Add OPENSSL_NO_EGD to opensslfeatures.h. | Brent Cook |
2015-05-25 | Kill outdated comment. | Jeremie Courreges-Anglas |
2015-05-25 | Make SSL_CIPHER_get_bits() report ChaCha20-Poly1305 ciphers as using | Philip Guenther |
2015-05-25 | Skip search domains iteration if RES_DNSRCH and/or RES_DEFNAMES is unset. | Eric Faurot |
2015-05-25 | getnameinfo(3) doesn't need to initialize the resolver when it's only used | Eric Faurot |
2015-05-24 | Maximilian dot Fillinger at uni-duesseldorf dot de | Ingo Schwarze |
2015-05-23 | bump to version 2.2 | Brent Cook |