openbsd
2014-05-06 reykFix two memory leaks: EVP_PKEY_get1_RSA() returns a...
2014-05-06 markusinitiate ike sa rekeying (ikesalifetime keyword), re...
2014-05-06 gerhardFix a memleak when lookup of SA fails during forwarding...
2014-05-06 markuscleanup IKE-SA tree handling (fixes repeated-insert...
2014-05-06 mpiPlug two xfer leaks and a buffer one.
2014-05-06 markusdon't sa_free() in the receive path (prevents use-after...
2014-05-06 markussend the delete with the locally allocated SPI in ikev2...
2014-05-06 markusmake sure some notify payloads are encrypted; ok mikeb@
2014-05-06 markusinitial support for PFS; ok reyk@
2014-05-06 markusretire IKED_REQ_DELETE and fix delete parsing; ok reyk@
2014-05-06 jsgno need to include rand.h now the RAND_seed() calls...
2014-05-06 teduknf approximation
2014-05-06 tedumove chacha context and buffer out of bss and allow...
2014-05-06 tedu"stay backwards-compatible with 0.9.5; this should...
2014-05-06 teduremove Kerberos
2014-05-06 tedumove a comment to make unifdef happier
2014-05-06 tedubye bye SRP
2014-05-05 mpiPlug a memory leak, free the keymap's memory on detach.
2014-05-05 markusca_x509_serialize: don't leak the bio buffer; ok reyk@
2014-05-05 markusmake the ca_pubkey_serialize() code similar to the...
2014-05-05 markuspfkey is unreliable, so add a select-timeout before...
2014-05-05 teduinspired by a cloudflare diff, cleanse old memory when...
2014-05-05 pelikanDon't call the BOOTP handler indirectly.
2014-05-05 pelikanDon't call the ICMP handler indirectly + clean up a...
2014-05-05 krwZap trailing whitespace. Started by pointed comments...
2014-05-05 miodUgly workaround for an overoptimistic alignment expecta...
2014-05-05 krwEnhance reading of saved ascii labels (-R) to process...
2014-05-05 espiework-around the same location being reinstalled thru...
2014-05-05 jsingSort and group includes.
2014-05-05 jsingRepair BIO_socket_nbio operation.
2014-05-05 jsingDuring the great e_os.h nukathon we stopped pulling...
2014-05-05 markusthe caller of ikev2_msg_retransmit_response already...
2014-05-05 markusdon't leak on pid mismatch; ok mikeb
2014-05-05 jsingKill memory debug calls that are now noops. While here...
2014-05-05 jsingOpenBSD has_SC_CLK_TCK.
2014-05-05 markusvalidate the attribute length, too; from hshoexer;...
2014-05-05 teduconvert select to poll. from peter malone
2014-05-05 krw"new file systemsize is" -> "new filesystem size is".
2014-05-05 teduRemove SRP and Kerberos support from libssl. These...
2014-05-05 krwA couple of malloc()+memset(0) -> calloc.
2014-05-05 mpiPlug a memory leak related to HID descriptor parsing.
2014-05-05 krwTweak comment on struct _partitionv0. It's no longer...
2014-05-05 andreReplacing test files from previous commit to the right...
2014-05-05 mpiUse a custom ifa_rtrequest function for point-to-point...
2014-05-05 andreAdd two more regression tests to relayd, these cover...
2014-05-05 henningremove dead code: calling ether_attach which sets if_ty...
2014-05-05 blambertchange surprisingly consistent mispelling of length...
2014-05-05 loganZap extra whitespace.
2014-05-05 yasuokaDelete duplicated "mppe" entry in keywords[].
2014-05-05 miodEnable assembler code for DES. Assembler code for BN...
2014-05-05 bluhmRedirecting stderr to /dev/null suppresses all errors...
2014-05-04 jimImprove line wrapping for lines exceeding 80 chars.
2014-05-04 jimAdd missing SEE ALSO section header.
2014-05-04 jimRemove trailing whitespace.
2014-05-04 jimRemove a leading whitespace.
2014-05-04 jimAdd missing SEE ALSO section header.
2014-05-04 jimImprove line wrapping for lines exceeding 80 chars.
2014-05-04 jimRemove trailing whitespace.
2014-05-04 krwFactor out the code to set the expiry, renewal and...
2014-05-04 deraadtdelete useless test code
2014-05-04 jimRemove trailing whitespace.
2014-05-04 sfformat string fixes for bus_addr_t and bus_size_t
2014-05-04 sfremove some hh and h format specifiers
2014-05-04 tedui give up. reuse problem is unfixable. dlg says puppet...
2014-05-04 sfformat string fix for bus_space_tag_t
2014-05-04 sfchange type of handle var to u_int16_t
2014-05-04 miodEnable the assembler code for BN, which was lost quite...
2014-05-04 miodRemove the !SSLASM conditional. Either there is an...
2014-05-04 reykCreate a new default RSA engine instead of patching...
2014-05-04 mpiMake use of usbd_xfer_isread() instead of rerolling...
2014-05-04 mpiGet rid of EHCI_NULL. No functional change.
2014-05-04 krwRevert previous. Insufficient discussion. Introduces
2014-05-04 kettenisFix bogus error check; spotted by clang.
2014-05-04 krwMake answering 'none' to the installer question "IPv6...
2014-05-04 loganRemove the Z flag from the list of malloc options as it
2014-05-04 reykWith the recent change by deraadt@ to introduce kern...
2014-05-04 jmctweak previous;
2014-05-04 guentherAdd PS_SYSTEM, the process-level mirror of the thread...
2014-05-04 deraadtWhen kern.nosuidcoredump=3, act like =2 but try to...
2014-05-03 guentherIf P_ZOMBIE(pr->ps_mainproc) is true, then (pr->ps_flag...
2014-05-03 guentherFix whitespace fail in previous commit
2014-05-03 guentherMove the u-area allocation and pmap-magic logic to...
2014-05-03 miodEnable assembler code for AES, DES, GCM, SHA1, SHA256...
2014-05-03 miodEnable assembler code for AES, BN (Montgomery), GCM128...
2014-05-03 miodDo not compile the neon probe code until __ARM_ARCH__...
2014-05-03 miodtypos
2014-05-03 dtuckerAdd tests for with and without compression, with and...
2014-05-03 miodCorrectly enable Montgomery code.
2014-05-03 markusunbreak compression, by re-init-ing the compression...
2014-05-03 tedunow that 5.5 has been released with compatibility for...
2014-05-03 jsingUpdate the base64 regress test and enable a test that...
2014-05-03 jsingAdd checks for invalid base64 encoded data, specificall...
2014-05-03 tedu1. Drop support for no minor. This variant doesn't...
2014-05-03 jsingIt is definitly not the correct spelling.
2014-05-03 jsingKNF.
2014-05-03 martynasAnnotate wide character routines so they get protected...
2014-05-03 martynas- Provide extended-precision math constants req'd by...
2014-05-03 jsingNuke more defines - we have setvbuf() and _IONBF.
2014-05-03 jsingKNF.
2014-05-03 jsingInitial version of a base64 regress.
next