[Mono-dev] Correct use of mono_jit_init()

2017-04-26 Thread howard.rubin
My application that calls C# from C++ using mono can be active in more than
one process.

Should each process's call to mono_jit_init() use the same domain name or is
it be better for each process to pass a unique domain name?

In my testing it works both ways.

Howard Rubin



--
View this message in context: 
http://mono.1490590.n4.nabble.com/Correct-use-of-mono-jit-init-tp4670573.html
Sent from the Mono - Dev mailing list archive at Nabble.com.
___
Mono-devel-list mailing list
Mono-devel-list@lists.dot.net
http://lists.dot.net/mailman/listinfo/mono-devel-list


[Mono-dev] fts interface anyone?

2017-04-26 Thread psant...@codicesoftware.com

  
  
Hi,
  
  Are you aware of Mono support for the fts interface for directory
  traversal??
  
  http://man7.org/linux/man-pages/man3/fts.3.html
  
  You know, the code that find uses to traverse directories faster
  than doing readdir :)
  
  Thanks,
  
  pablo

  

___
Mono-devel-list mailing list
Mono-devel-list@lists.dot.net
http://lists.dot.net/mailman/listinfo/mono-devel-list


[Mono-dev] mkbundle and TLS root certificates/HTTPS requests

2017-04-26 Thread John Beshir
Hey, I'm wondering what process mkbundle'd executables on Linux use to find
or get CA certificates for validating server certificates, to enable
outgoing TLS and HTTPS connections.

And, if these executables don't include bundled certificates automatically,
what process should be followed in order to create a mkbundle'd executable
that can make HTTPS connections successfully?

I have a problem with a Linux port of a piece of software not being able to
establish connections which I believe is due to it lacking the ability to
validate connections. It needs to be able to connect to arbitrary servers,
so it does need a full set, rather than just a certificate pinning
implementation for its own service, which is all I could find existing
discussion for.

Unfortunately because I'm not sure what mechanisms already exist here I'm
not sure where to start in solving it; some clues would be very helpful.
Right now my best thought would be to look at cert-sync's source and
duplicate its behaviour, but either answers about that being unnecessary,
an existing understood workflow for mkbundle'd software to make HTTPS
connections, or a pointer to the key logic in cert-sync to replicate would
be very helpful.
___
Mono-devel-list mailing list
Mono-devel-list@lists.dot.net
http://lists.dot.net/mailman/listinfo/mono-devel-list